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

Method Test_A

suite/suite_test.go:518–526  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

516}
517
518func (s *CallOrderSuite) Test_A() {
519 s.call("Test A")
520 s.Run("SubTest A1", func() {
521 s.call("SubTest A1")
522 })
523 s.Run("SubTest A2", func() {
524 s.call("SubTest A2")
525 })
526}
527
528func (s *CallOrderSuite) Test_B() {
529 s.call("Test B")

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
RunMethod · 0.45

Tested by

no test coverage detected