# Functions
Func is a factory that returns a new behaviour from a testify assert function.
# 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.