MCPcopy Create free account
hub / github.com/expr-lang/expr / FailNow

Method FailNow

internal/testify/assert/assertions_test.go:2475–2475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2473func (m *mockFailNowTestingT) Errorf(format string, args ...interface{}) {}
2474
2475func (m *mockFailNowTestingT) FailNow() {}
2476
2477func TestFailNowWithFullTestingT(t *testing.T) {
2478 mockT := &mockFailNowTestingT{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected