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

Method SetupSubTest

suite/suite_test.go:510–512  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

508}
509
510func (s *CallOrderSuite) SetupSubTest() {
511 s.call("SetupSubTest")
512}
513
514func (s *CallOrderSuite) TearDownSubTest() {
515 s.call("TearDownSubTest")

Callers

nothing calls this directly

Calls 1

callMethod · 0.95

Tested by

no test coverage detected