BoolAssertionFunc is a common function prototype when validating a bool value. Can be useful for table driven tests.
func(TestingT, bool, ...interface{}) bool
| 40 | // BoolAssertionFunc is a common function prototype when validating a bool value. Can be useful |
| 41 | // for table driven tests. |
| 42 | type BoolAssertionFunc func(TestingT, bool, ...interface{}) bool |
| 43 | |
| 44 | // ErrorAssertionFunc is a common function prototype when validating an error value. Can be useful |
| 45 | // for table driven tests. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…