MCPcopy Index your code
hub / github.com/expr-lang/expr / FailNow

Method FailNow

internal/testify/assert/assertion_forward.go:412–417  ·  view source on GitHub ↗

FailNow fails test

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

FailNowFunction · 0.70
HelperMethod · 0.45

Tested by

no test coverage detected