package
0.0.0-20241111182353-c1fbc2c9b65f
Repository: https://github.com/triangleside/gotools.git
Documentation: pkg.go.dev
# Functions
Contains checks if an interface contains the contents of another.
Continue marks the test as having failed but continues execution.
Equals checks if the expected and actual values are equal.
Error checks if an error occurred.
ErrorExact checks if an error occurred with an exact message.
ErrorPart checks if an error occurred with a message containing a part.
False checks if a value is false.
No description provided by the author
Nil checks if a value is nil.
NoError checks if no error occurred.
NotEquals checks if the expected and actual values are not equal.
NotNil checks if a value is not nil.
Panic checks if a function panics.
PanicExact checks if a function panics with an exact message.
PanicPart checks if a function panics with a message containing a part.
True checks if a value is true.
# Interfaces
Testing matches the functions on the testing.T struct.
# Type aliases
Option modifies the configuration of testing.