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

Struct subtestPanicSuite

suite/suite_test.go:688–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

686}
687
688type subtestPanicSuite struct {
689 Suite
690 inTearDownSuite bool
691 inTearDownTest bool
692 inTearDownSubTest bool
693}
694
695func (s *subtestPanicSuite) TearDownSuite() {
696 s.inTearDownSuite = true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected