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

Method FailNowf

internal/testify/require/require_forward.go:422–427  ·  view source on GitHub ↗

FailNowf fails test

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

FailNowfFunction · 0.70
HelperMethod · 0.45

Tested by

no test coverage detected