Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CombineScenarios ¶ added in v2.0.7
func CombineScenarios(scenarios ...testing.ScenarioFn) testing.ScenarioFn
CombineScenarios creates a single scenario that will call each ScenarioFn sequentially and return a testing.RunFn that will call each scenario's RunFn every iteration.
Types ¶
type F1 ¶
type F1 struct {
// contains filtered or unexported fields
}
func (*F1) Add ¶
func (f *F1) Add(name string, scenarioFn testing.ScenarioFn, options ...scenarios.ScenarioOption) *F1
func (*F1) ExecuteWithArgs ¶
func (*F1) GetScenarios ¶
Click to show internal directories.
Click to hide internal directories.