MCPcopy Create free account
hub / github.com/git-bug/git-bug / FailNow

Method FailNow

internal/test/recorder.go:38–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (r *recorder) FailNow() {
39 r.Helper()
40 r.failed = true
41 panic(RecorderFailNow)
42}
43
44func (r *recorder) Failed() bool {
45 return r.failed

Callers

nothing calls this directly

Calls 1

HelperMethod · 0.95

Tested by

no test coverage detected