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

Method Test_A_Fails

suite/suite_test.go:678–681  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

676}
677
678func (s *FailfastSuite) Test_A_Fails() {
679 s.call("Test A Fails")
680 s.T().Error("Test A meant to fail")
681}
682
683func (s *FailfastSuite) Test_B_Passes() {
684 s.call("Test B Passes")

Callers

nothing calls this directly

Calls 3

callMethod · 0.95
TMethod · 0.65
ErrorMethod · 0.45

Tested by

no test coverage detected