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

Struct SuiteSkipTester

suite/suite_test.go:278–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278type SuiteSkipTester struct {
279 // Include our basic suite logic.
280 Suite
281
282 // Keep counts of how many times each method is run.
283 SetupSuiteRunCount int
284 TearDownSuiteRunCount int
285}
286
287func (suite *SuiteSkipTester) SetupSuite() {
288 suite.SetupSuiteRunCount++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected