(format string, args ...interface{})
| 27 | // TestingT is an interface wrapper around *testing.T |
| 28 | type TestingT interface { |
| 29 | Errorf(format string, args ...interface{}) |
| 30 | } |
| 31 | |
| 32 | // ComparisonAssertionFunc is a common function prototype when comparing two values. Can be useful |
nothing calls this directly
no outgoing calls
no test coverage detected