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

Method Logf

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

Source from the content-addressed store, hash-verified

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}

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 1

LogfMethod · 0.52