This suite has no Test... methods. It's setup and teardown must be skipped.
| 382 | |
| 383 | // This suite has no Test... methods. It's setup and teardown must be skipped. |
| 384 | type SuiteSetupSkipTester struct { |
| 385 | Suite |
| 386 | |
| 387 | setUp bool |
| 388 | toreDown bool |
| 389 | } |
| 390 | |
| 391 | func (s *SuiteSetupSkipTester) SetupSuite() { |
| 392 | s.setUp = true |
nothing calls this directly
no outgoing calls
no test coverage detected