MCPcopy Create free account
hub / github.com/expr-lang/expr / Errorf

Method Errorf

internal/testify/assert/assertions_test.go:2453–2456  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

2451}
2452
2453func (m *mockTestingT) Errorf(format string, args ...interface{}) {
2454 m.errorFmt = format
2455 m.args = args
2456}
2457
2458func (m *mockTestingT) Failed() bool {
2459 return m.errorFmt != ""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected