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

Struct panickingSuite

suite/suite_test.go:55–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type panickingSuite struct {
56 Suite
57 panicInSetupSuite bool
58 panicInSetupTest bool
59 panicInBeforeTest bool
60 panicInTest bool
61 panicInAfterTest bool
62 panicInTearDownTest bool
63 panicInTearDownSuite bool
64}
65
66func (s *panickingSuite) SetupSuite() {
67 if s.panicInSetupSuite {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected