(format string, args ...interface{})
| 2655 | } |
| 2656 | |
| 2657 | func (m *mockTestingT) Errorf(format string, args ...interface{}) { |
| 2658 | m.errorFmt = format |
| 2659 | m.args = args |
| 2660 | } |
| 2661 | |
| 2662 | func (m *mockTestingT) Failed() bool { |
| 2663 | return m.errorFmt != "" |
nothing calls this directly
no outgoing calls
no test coverage detected