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

Method Test_B

suite/suite_test.go:528–536  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

526}
527
528func (s *CallOrderSuite) Test_B() {
529 s.call("Test B")
530 s.Run("SubTest B1", func() {
531 s.call("SubTest B1")
532 })
533 s.Run("SubTest B2", func() {
534 s.call("SubTest B2")
535 })
536}
537
538type suiteWithStats struct {
539 Suite

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
RunMethod · 0.45

Tested by

no test coverage detected