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

Method FailNowf

internal/testify/assert/assertion_forward.go:420–425  ·  view source on GitHub ↗

FailNowf fails test

(failureMessage string, msg string, args ...interface{})

Source from the content-addressed store, hash-verified

418
419// FailNowf fails test
420func (a *Assertions) FailNowf(failureMessage string, msg string, args ...interface{}) bool {
421 if h, ok := a.t.(tHelper); ok {
422 h.Helper()
423 }
424 return FailNowf(a.t, failureMessage, msg, args...)
425}
426
427// Failf reports a failure through
428func (a *Assertions) Failf(failureMessage string, msg string, args ...interface{}) bool {

Callers

nothing calls this directly

Calls 2

FailNowfFunction · 0.70
HelperMethod · 0.45

Tested by

no test coverage detected