# Functions
CLen asserts that the length of the chan is equal to the given.
CLonger asserts that the length of the chan is longer to the given.
CNil asserts that the channel is nil.
CNotNil asserts that the channel is not nil.
CShorter asserts that the length of the chan is shorter to the given.
DeepEqual asserts that the (whatever) values are equal.
Empty asserts that the string is empty.
Equal asserts that the values are equal.
Error asserts that the err is not nil.
Greater asserts that the value is greater than want.
INil asserts that the interface value IS nil.
INotNil asserts that the interface value is NOT nil.
Len asserts that the length of the string is equal to the given.
Less asserts that the value is less than want.
Longer asserts that the length of the string is longer to the given.
MEmpty asserts that the map is empty.
MKeyExists asserts that the map key exists.
MLen asserts that the length of the map is equal to the given.
MLonger asserts that the length of the map is longer to the given.
MNil asserts that the map is nil.
MNotEmpty asserts that the map is not empty.
MNotNil asserts that the map is not nil.
MShorter asserts that the length of the map is shorter to the given.
Nil asserts that the pointer IS nil.
NoError asserts that the error is nil.
NotDeepEqual asserts that the (whatever) values are equal.
NotEmpty asserts that the string is not empty.
NotEqual asserts that the values aren't equal.
NotImplemented always panics with 'not implemented' assertion message.
NotNil asserts that the pointer IS NOT nil.
NotZero asserts that the value != 0.
PopAsserter pops current gorounine specific [Asserter] from packages memory.
PopTester pops the testing context reference from the memory.
PushAsserter set [Asserter] for the current GLS (Gorounine Local Storage).
PushTester sets the current testing context for default [Asserter].
SEmpty asserts that the slice is empty.
SetDefault sets the new default [Asserter] for the assert pkg instance you're currently using.
Shorter asserts that the length of the string is shorter to the given.
SLen asserts that the length of the slice is equal to the given.
SLonger asserts that the length of the slice is equal to the given.
SNil asserts that the slice IS nil.
SNotEmpty asserts that the slice is not empty.
SNotNil asserts that the slice is not nil.
SShorter asserts that the length of the slice is equal to the given.
That asserts that the term is true.
ThatNot asserts that the term is NOT true.
Zero asserts that the value is 0.
# Constants
Asserters are the way to set what kind of messages assert package outputs if assertion is violated.
Asserters are the way to set what kind of messages assert package outputs if assertion is violated.
Asserters are the way to set what kind of messages assert package outputs if assertion is violated.
Asserters are the way to set what kind of messages assert package outputs if assertion is violated.
Asserters are the way to set what kind of messages assert package outputs if assertion is violated.
Asserters are the way to set what kind of messages assert package outputs if assertion is violated.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author