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

Method Errorf

require/requirements.go:5–5  ·  view source on GitHub ↗
(format string, args ...interface{})

Source from the content-addressed store, hash-verified

3// TestingT is an interface wrapper around *testing.T
4type TestingT interface {
5 Errorf(format string, args ...interface{})
6 FailNow()
7}
8

Callers 15

failOnPanicFunction · 0.65
failMethod · 0.65
AssertExpectationsMethod · 0.65
AssertMethod · 0.65
TestObjectsAreEqualFunction · 0.65
TestCopyExportedFieldsFunction · 0.65
TestEqualExportedValuesFunction · 0.65
TestEqualFunction · 0.65
TestExactlyFunction · 0.65
TestNotEqualFunction · 0.65

Implementers 2

MockTestingTmock/mock_test.go
tCustomLoggermock/mock_test.go

Calls

no outgoing calls

Tested by 15

TestObjectsAreEqualFunction · 0.52
TestCopyExportedFieldsFunction · 0.52
TestEqualExportedValuesFunction · 0.52
TestEqualFunction · 0.52
TestExactlyFunction · 0.52
TestNotEqualFunction · 0.52
TestContainsNotContainsFunction · 0.52