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

Method Errorf

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Implementers 2

MockTestingTmock/mock_test.go
tCustomLoggermock/mock_test.go

Calls

no outgoing calls

Tested by

no test coverage detected