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

Method Errorf

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

Source from the content-addressed store, hash-verified

27// TestingT is an interface wrapper around *testing.T
28type TestingT interface {
29 Errorf(format string, args ...interface{})
30}
31
32// ComparisonAssertionFunc is a common function prototype when comparing two values. Can be useful

Callers

nothing calls this directly

Implementers 5

mockFailNowTestingTinternal/testify/assert/assertions_tes
CollectTinternal/testify/assert/assertions.go
Assertionsinternal/testify/assert/forward_assert
Assertionsinternal/testify/require/forward_requi
MockTinternal/testify/require/requirements_

Calls

no outgoing calls

Tested by

no test coverage detected