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

Method Failf

assert/assertion_forward.go:442–447  ·  view source on GitHub ↗

Failf reports a failure through

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

Source from the content-addressed store, hash-verified

440
441// Failf reports a failure through
442func (a *Assertions) Failf(failureMessage string, msg string, args ...interface{}) bool {
443 if h, ok := a.t.(tHelper); ok {
444 h.Helper()
445 }
446 return Failf(a.t, failureMessage, msg, args...)
447}
448
449// False asserts that the specified value is false.
450//

Callers

nothing calls this directly

Calls 2

FailfFunction · 0.70
HelperMethod · 0.65

Tested by

no test coverage detected