Package io.hyperfoil.api.session
Interface Action
-
- All Superinterfaces:
java.io.Serializable
public interface Action extends java.io.SerializableActions are similar tostepsbut are executed unconditionally; Action cannot block sequence execution.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAction.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrun(Session session)
-
-
-
Method Detail
-
run
void run(Session session)
-
-