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

Struct tCustomLogger

mock/mock_test.go:2170–2174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2168}
2169
2170type tCustomLogger struct {
2171 *testing.T
2172 logs []string
2173 errs []string
2174}
2175
2176func (tc *tCustomLogger) Logf(format string, args ...interface{}) {
2177 tc.T.Logf(format, args...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected