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

Function FailNowf

internal/testify/assert/assertion_format.go:216–221  ·  view source on GitHub ↗

FailNowf fails test

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

Source from the content-addressed store, hash-verified

214
215// FailNowf fails test
216func FailNowf(t TestingT, failureMessage string, msg string, args ...interface{}) bool {
217 if h, ok := t.(tHelper); ok {
218 h.Helper()
219 }
220 return FailNow(t, failureMessage, append([]interface{}{msg}, args...)...)
221}
222
223// Falsef asserts that the specified value is false.
224//

Callers 2

FailNowfFunction · 0.92
FailNowfMethod · 0.70

Calls 2

FailNowFunction · 0.70
HelperMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…