Uses of Interface
de.bmiag.tapir.execution.executor.ExecutionState
-
Packages that use ExecutionState Package Description de.bmiag.tapir.execution.executor -
-
Uses of ExecutionState in de.bmiag.tapir.execution.executor
Subinterfaces of ExecutionState in de.bmiag.tapir.execution.executor Modifier and Type Interface Description interface
MutableExecutionState
Mutable variant ofExecutionState
.Classes in de.bmiag.tapir.execution.executor that implement ExecutionState Modifier and Type Class Description class
ExecutionStateImpl
Default implementation ofMutableExecutionState
which is just a container for the test step which is bound to the current thread.
-