Documentation
¶
Index ¶
- Constants
- Variables
- type Assertion
- type Config
- type MsgArgs
- type Tester
- func (t *Tester) Equal(expected any, actual any, msgArgs ...any) bool
- func (t *Tester) EqualMany(assertions ...Assertion) bool
- func (t *Tester) False(actual bool, msgArgs ...any) bool
- func (t *Tester) FalseMany(validations ...Validation) bool
- func (t *Tester) NotEqual(expected any, actual any, msgArgs ...any) bool
- func (t *Tester) NotEqualMany(assertions ...Assertion) bool
- func (t *Tester) True(actual bool, msgArgs ...any) bool
- func (t *Tester) TrueMany(validations ...Validation) bool
- type Validation
Constants ¶
View Source
const (
VERSION = "0.0.2"
)
Variables ¶
View Source
var ( Assert = &assert.Assertions{} Require = &require.Assertions{} Suite = &suite.Suite{} Mock = &mock.Mock{} )
Functions ¶
This section is empty.
Types ¶
type Tester ¶
func (*Tester) FalseMany ¶
func (t *Tester) FalseMany(validations ...Validation) bool
func (*Tester) NotEqualMany ¶
func (*Tester) TrueMany ¶
func (t *Tester) TrueMany(validations ...Validation) bool
type Validation ¶
Click to show internal directories.
Click to hide internal directories.