Package org.mockserver.model
Class TimedScenarioTransition
java.lang.Object
org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
org.mockserver.model.TimedScenarioTransition
Represents a timed auto-transition for a scenario state machine.
After
transitionAfterMs milliseconds, the scenario advances
from currentState to nextState.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TimedScenarioTransitionwithCurrentState(String currentState) withNextState(String nextState) withScenarioName(String scenarioName) withTransitionAfterMs(Long transitionAfterMs) Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
equals, fieldsExcludedFromEqualsAndHashCode, hashCode, toString
-
Constructor Details
-
TimedScenarioTransition
public TimedScenarioTransition()
-
-
Method Details
-
timedTransition
-
getScenarioName
-
withScenarioName
-
getCurrentState
-
withCurrentState
-
getNextState
-
withNextState
-
getTransitionAfterMs
-
withTransitionAfterMs
-