MCPcopy
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
427func (s *SuiteLoggingTester) TestLoggingFail() {
428 s.T().Log("TESTLOGFAIL")
429 assert.NotNil(s.T(), nil) // expected to fail
430}
431
432type StdoutCapture struct {
433 oldStdout *os.File

Callers

nothing calls this directly

Calls 2

NotNilFunction · 0.92
TMethod · 0.65

Tested by

no test coverage detected