(format string, args ...interface{})
| 2451 | } |
| 2452 | |
| 2453 | func (m *mockTestingT) Errorf(format string, args ...interface{}) { |
| 2454 | m.errorFmt = format |
| 2455 | m.args = args |
| 2456 | } |
| 2457 | |
| 2458 | func (m *mockTestingT) Failed() bool { |
| 2459 | return m.errorFmt != "" |
nothing calls this directly
no outgoing calls
no test coverage detected