Interface StepExecutionStrategy

All Known Implementing Classes:
DefaultStepExecutionStrategy, ForEachStrategy, IfStrategy, RetryWithTimeOutStrategy, SoftAssertStrategy

public interface StepExecutionStrategy
Strategy of step execution.

From "execution strategy point of view" a step is an action. When executed, that action produces a status. StepExecutionStrategy interface defines step execution behaviour (e.g: sequential or parallel actions execution, retry on error, etc).