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

Interface SetupAllSuite

suite/interfaces.go:15–17  ·  suite/interfaces.go::SetupAllSuite

SetupAllSuite has a SetupSuite method, which will run before the tests in the suite are run.

Source from the content-addressed store, hash-verified

13// SetupAllSuite has a SetupSuite method, which will run before the
14// tests in the suite are run.
15type SetupAllSuite interface {
16 SetupSuite()
17}
18
19// SetupTestSuite has a SetupTest method, which will run before each
20// test in the suite.

Callers 1

RunFunction · 0.65

Implementers 6

panickingSuitesuite/suite_test.go
SuiteTestersuite/suite_test.go
SuiteSkipTestersuite/suite_test.go
SuiteSetupSkipTestersuite/suite_test.go
CallOrderSuitesuite/suite_test.go
FailfastSuitesuite/suite_test.go

Calls

no outgoing calls

Tested by

no test coverage detected