MCPcopy
hub / github.com/expr-lang/expr / MockT

Struct MockT

internal/testify/require/requirements_test.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26type MockT struct {
27 Failed bool
28}
29
30func (t *MockT) FailNow() {
31 t.Failed = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected