Uses of Class
io.split.client.testing.runner.Scenario
| Package | Description |
|---|---|
| io.split.client.testing.runner |
-
Uses of Scenario in io.split.client.testing.runner
Methods in io.split.client.testing.runner that return types with arguments of type Scenario Modifier and Type Method Description Set<Scenario>Suite. scenarios()Methods in io.split.client.testing.runner with parameters of type Scenario Modifier and Type Method Description voidScenario. merge(Scenario other)Method parameters in io.split.client.testing.runner with type arguments of type Scenario Modifier and Type Method Description SuiteSuite. merge(Set<Scenario> newScenarios)Merge & Permute new Scenarios into existing ScenariosConstructors in io.split.client.testing.runner with parameters of type Scenario Constructor Description RunWithSplits(Scenario scenario, Object target, org.junit.runners.model.Statement next)Scenario(Scenario other)