| 686 | } |
| 687 | |
| 688 | type subtestPanicSuite struct { |
| 689 | Suite |
| 690 | inTearDownSuite bool |
| 691 | inTearDownTest bool |
| 692 | inTearDownSubTest bool |
| 693 | } |
| 694 | |
| 695 | func (s *subtestPanicSuite) TearDownSuite() { |
| 696 | s.inTearDownSuite = true |
nothing calls this directly
no outgoing calls
no test coverage detected