Package io.hyperfoil.api.config
Class Locator.Impl
- java.lang.Object
-
- io.hyperfoil.api.config.Locator.Impl
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Locator
Locator.Holder, Locator.Impl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScenarioBuilderscenario()BaseSequenceBuilder<?>sequence()StepBuilder<?>step()
-
-
-
Method Detail
-
step
public StepBuilder<?> step()
-
sequence
public BaseSequenceBuilder<?> sequence()
-
scenario
public ScenarioBuilder scenario()
-
-