Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFreePort ¶
func GetFreePort() int
func List ¶
func List(t *testing.T, tests []EngineTestScenario, builder func(scenario EngineTestScenario) engine.MockEngine)
func Restart ¶
func Restart(t *testing.T, tests []EngineTestScenario, builder func(scenario EngineTestScenario) engine.MockEngine)
func StartStop ¶
func StartStop(t *testing.T, tests []EngineTestScenario, builder func(scenario EngineTestScenario) engine.MockEngine)
Types ¶
type EngineTestFields ¶
type EngineTestFields struct {
ConfigDir string
Options engine.StartOptions
SkipCheckPort bool
}
type EngineTestScenario ¶
type EngineTestScenario struct {
Name string
Fields EngineTestFields
}
Click to show internal directories.
Click to hide internal directories.