package
0.0.0-20220523044337-549aca6054b2
Repository: https://github.com/edotau/gofish.git
Documentation: pkg.go.dev

# Functions

CallerInfo returns an array of strings containing the file and line number of each stack frame leading from the current test to the assert call that failed.
Equal validates that val1 is equal to val2 and throws an error with line number.
Fail reports a failure through.
False asserts that the specified value is false.
InDelta asserts that the two numerals are within delta of each other.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
New script calles the new command method inherited by commander-cli.
Nil asserts that the specified object is nil.
NotEqual validates that val1 is not equal val2 and throws an error with line number.
No description provided by the author
No description provided by the author
No description provided by the author
True asserts that the specified value is true.

# Structs

Bash struct implements the commander-cli/cmd which can be found at: https://github.com/commander-cli/cmd/blob/master/command.go.
No description provided by the author

# Interfaces

TestingT is an interface wrapper around *testing.T.

# Type aliases

BoolAssertionFunc is a common function prototype when validating a bool value.
Comparison is a custom function that returns true on success and false on failure.
ComparisonAssertionFunc is a common function prototype when comparing two values.
ErrorAssertionFunc is a common function prototype when validating an error value.
ValueAssertionFunc is a common function prototype when validating a single value.