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

Method FailNow

internal/testify/require/require_forward.go:414–419  ·  view source on GitHub ↗

FailNow fails test

(failureMessage string, msgAndArgs ...interface{})

Source from the content-addressed store, hash-verified

412
413// FailNow fails test
414func (a *Assertions) FailNow(failureMessage string, msgAndArgs ...interface{}) {
415 if h, ok := a.t.(tHelper); ok {
416 h.Helper()
417 }
418 FailNow(a.t, failureMessage, msgAndArgs...)
419}
420
421// FailNowf fails test
422func (a *Assertions) FailNowf(failureMessage string, msg string, args ...interface{}) {

Callers

nothing calls this directly

Calls 2

FailNowFunction · 0.70
HelperMethod · 0.45

Tested by

no test coverage detected