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

Interface TestingT

mock/mock.go:25–29  ·  mock/mock.go::TestingT

TestingT is an interface wrapper around *testing.T

Source from the content-addressed store, hash-verified

23
24// TestingT is an interface wrapper around *testing.T
25type TestingT interface {
26 Logf(format string, args ...interface{})
27 Errorf(format string, args ...interface{})
28 FailNow()
29}
30
31/*
32 Call

Callers 4

AssertExpectationsMethod · 0.65
AssertMethod · 0.65
LogfMethod · 0.65

Implementers 2

MockTestingTmock/mock_test.go
tCustomLoggermock/mock_test.go

Calls

no outgoing calls

Tested by

no test coverage detected