Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
func TestModLongRunningTestingSuite ¶ added in v0.4.0
Types ¶
type FlowpipeTestSuite ¶
type FlowpipeTestSuite struct {
// contains filtered or unexported fields
}
type ModLongRunningTestSuite ¶ added in v0.4.0
type ModLongRunningTestSuite struct { suite.Suite *FlowpipeTestSuite SetupSuiteRunCount int TearDownSuiteRunCount int // contains filtered or unexported fields }
func (*ModLongRunningTestSuite) AfterTest ¶ added in v0.4.0
func (suite *ModLongRunningTestSuite) AfterTest(suiteName, testName string)
func (*ModLongRunningTestSuite) BeforeTest ¶ added in v0.4.0
func (suite *ModLongRunningTestSuite) BeforeTest(suiteName, testName string)
func (*ModLongRunningTestSuite) SetupSuite ¶ added in v0.4.0
func (suite *ModLongRunningTestSuite) SetupSuite()
The SetupSuite method will be run by testify once, at the very start of the testing suite, before any tests are run.
func (*ModLongRunningTestSuite) TearDownSuite ¶ added in v0.4.0
func (suite *ModLongRunningTestSuite) 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.