Package io.hyperfoil.api.config
Class StepBuilder.ActionStep
- java.lang.Object
-
- io.hyperfoil.api.config.StepBuilder.ActionStep
-
- All Implemented Interfaces:
Step,java.io.Serializable
- Enclosing interface:
- StepBuilder<S extends StepBuilder<S>>
public static class StepBuilder.ActionStep extends java.lang.Object implements Step
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.hyperfoil.api.config.Step
Step.Catalog
-
-
Constructor Summary
Constructors Constructor Description ActionStep(Action action)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaninvoke(Session session)This method should have no side-effect if it returns false.
-