MCPcopy Create free account
hub / github.com/stretchr/testify / Errorf

Method Errorf

assert/assertions_test.go:2657–2660  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

2655}
2656
2657func (m *mockTestingT) Errorf(format string, args ...interface{}) {
2658 m.errorFmt = format
2659 m.args = args
2660}
2661
2662func (m *mockTestingT) Failed() bool {
2663 return m.errorFmt != ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected