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

Method Test_B_Passes

suite/suite_test.go:683–686  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

681}
682
683func (s *FailfastSuite) Test_B_Passes() {
684 s.call("Test B Passes")
685 s.Require().True(true)
686}
687
688type subtestPanicSuite struct {
689 Suite

Callers

nothing calls this directly

Calls 3

callMethod · 0.95
RequireMethod · 0.80
TrueMethod · 0.45

Tested by

no test coverage detected