Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/stretchr/testify
/ TestLoggingFail
Method
TestLoggingFail
suite/suite_test.go:427–430 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
425
}
426
427
func
(s *SuiteLoggingTester) TestLoggingFail() {
428
s.T().Log(
"TESTLOGFAIL"
)
429
assert.NotNil(s.T(), nil)
// expected to fail
430
}
431
432
type
StdoutCapture
struct
{
433
oldStdout *os.File
Callers
nothing calls this directly
Calls
2
NotNil
Function · 0.92
T
Method · 0.65
Tested by
no test coverage detected