Class WaitStep
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.steps.WaitStep
-
- All Implemented Interfaces:
PerfTestStepBehavior
public class WaitStep extends Object implements PerfTestStepBehavior
-
-
Constructor Summary
Constructors Constructor Description WaitStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(PerfTestRunContext context)
Execute the step logic.
-
-
-
Method Detail
-
execute
public void execute(PerfTestRunContext context)
Description copied from interface:PerfTestStepBehavior
Execute the step logic. Implementations must be stateless and pass all data from one step to the other using thePerfTestRunContext
- Specified by:
execute
in interfacePerfTestStepBehavior
- Parameters:
context
- the current run
-
-