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

Method Failf

require/require_forward.go:443–448  ·  view source on GitHub ↗

Failf reports a failure through

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

FailfFunction · 0.70
HelperMethod · 0.65

Tested by

no test coverage detected