MCPcopy Index your code
hub / github.com/riverqueue/river / newMockTestingT

Function newMockTestingT

rivershared/startstoptest/startstoptest_test.go:74–77  ·  view source on GitHub ↗
(tb testing.TB)

Source from the content-addressed store, hash-verified

72}
73
74func newMockTestingT(tb testing.TB) *mockTestingT {
75 tb.Helper()
76 return &mockTestingT{tb: tb}
77}
78
79func (t *mockTestingT) Errorf(format string, args ...any) {}
80func (t *mockTestingT) FailNow() { t.failed.Store(true) }

Callers 1

TestStressErrFunction · 0.85

Calls 1

HelperMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…