Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/uber-go/zap
/ newTestLogSpy
Function
newTestLogSpy
zaptest/logger_test.go:149–151 ·
view source on GitHub ↗
(t testing.TB)
Source
from the content-addressed store, hash-verified
147
}
148
149
func
newTestLogSpy(t testing.TB) *testLogSpy {
150
return
&testLogSpy{TB: t}
151
}
152
153
func
(t *testLogSpy) Fail() {
154
t.failed = true
Callers
5
TestTestLogger
Function · 0.85
TestTestLoggerSupportsLevels
Function · 0.85
TestTestLoggerSupportsWrappedZapOptions
Function · 0.85
TestTestingWriter
Function · 0.85
TestTestLoggerErrorOutput
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected