Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
Types ¶
type FlowpipeTestSuite ¶
type FlowpipeTestSuite struct {
// contains filtered or unexported fields
}
type ModThreeTestSuite ¶
type ModThreeTestSuite struct { suite.Suite *FlowpipeTestSuite SetupSuiteRunCount int TearDownSuiteRunCount int // contains filtered or unexported fields }
func (*ModThreeTestSuite) AfterTest ¶
func (suite *ModThreeTestSuite) AfterTest(suiteName, testName string)
func (*ModThreeTestSuite) BeforeTest ¶
func (suite *ModThreeTestSuite) BeforeTest(suiteName, testName string)
func (*ModThreeTestSuite) SetupSuite ¶
func (suite *ModThreeTestSuite) SetupSuite()
The SetupSuite method will be run by testify once, at the very start of the testing suite, before any tests are run.
func (*ModThreeTestSuite) TearDownSuite ¶
func (suite *ModThreeTestSuite) TearDownSuite()
The TearDownSuite method will be run by testify once, at the very end of the testing suite, after all tests have been run.
Click to show internal directories.
Click to hide internal directories.