MCPcopy
hub / github.com/stretchr/testify / FailNowf

Method FailNowf

require/require_forward.go:435–440  ·  view source on GitHub ↗

FailNowf fails test

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

Source from the content-addressed store, hash-verified

433
434// FailNowf fails test
435func (a *Assertions) FailNowf(failureMessage string, msg string, args ...interface{}) {
436 if h, ok := a.t.(tHelper); ok {
437 h.Helper()
438 }
439 FailNowf(a.t, failureMessage, msg, args...)
440}
441
442// Failf reports a failure through
443func (a *Assertions) Failf(failureMessage string, msg string, args ...interface{}) {

Callers

nothing calls this directly

Calls 2

FailNowfFunction · 0.70
HelperMethod · 0.65

Tested by

no test coverage detected