package
0.2.1-beta
Repository: https://github.com/maximeweyl/gotestifyrecursive.git
Documentation: pkg.go.dev

# Functions

Func is a factory that returns a new behaviour from a testify assert function.

# Variables

F is a special argument that is replaced with the path of the field being testedUse this for formatting your error message.
X is a special argument that is replaced with the actual value being tested.

# Structs

IgnoredField Ignore this value.
NotEmptyField Assert/Require a non empty value.
SameValueField Assert/Require that the value is the same, even if the type differs.
ZeroValueField Checks that the field value is the zero value for it's type.

# Interfaces

FieldBehaviour The interface to implement in order to have new behaviours.

# Type aliases

ExpectedSlice Assert/Require a slice.
ExpectedStruct Assert/Require a struct.