()
| 2473 | func (m *mockFailNowTestingT) Errorf(format string, args ...interface{}) {} |
| 2474 | |
| 2475 | func (m *mockFailNowTestingT) FailNow() {} |
| 2476 | |
| 2477 | func TestFailNowWithFullTestingT(t *testing.T) { |
| 2478 | mockT := &mockFailNowTestingT{} |
nothing calls this directly
no outgoing calls
no test coverage detected