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

Method FailNow

rivershared/util/testutil/test_util.go:116–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114type TestingTB interface {
115 Errorf(format string, args ...any)
116 FailNow()
117 Helper()
118 Log(args ...any)
119 Logf(format string, args ...any)

Callers 3

StressErrFunction · 0.65
TestTestSignalFunction · 0.65
TestCancellableSleepFunction · 0.65

Implementers 2

panicTBrivershared/util/testutil/test_util.go
MockTrivershared/util/testutil/test_util.go

Calls

no outgoing calls

Tested by 2

TestTestSignalFunction · 0.52
TestCancellableSleepFunction · 0.52