Class InMemoryExecutionStateRepository
java.lang.Object
com.chutneytesting.execution.infra.storage.InMemoryExecutionStateRepository
- All Implemented Interfaces:
ExecutionStateRepository
@Repository
public class InMemoryExecutionStateRepository
extends Object
implements ExecutionStateRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyExecutionEnd(String scenarioId) voidnotifyExecutionStart(String scenarioId) runningState(String scenarioId)
-
Constructor Details
-
InMemoryExecutionStateRepository
public InMemoryExecutionStateRepository()
-
-
Method Details
-
runningScenarios
- Specified by:
runningScenariosin interfaceExecutionStateRepository
-
notifyExecutionStart
- Specified by:
notifyExecutionStartin interfaceExecutionStateRepository
-
notifyExecutionEnd
- Specified by:
notifyExecutionEndin interfaceExecutionStateRepository
-
runningState
- Specified by:
runningStatein interfaceExecutionStateRepository
-