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

Interface TestingT

assert/assertions.go:30–32  ·  view source on GitHub ↗

go:generate sh -c "cd ../_codegen && go build && cd - && ../_codegen/_codegen -output-package=assert -template=assertion_format.go.tmpl" TestingT is an interface wrapper around *testing.T

Source from the content-addressed store, hash-verified

28
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
35// for table driven tests.

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