Class StubWithSequence
java.lang.Object
com.xebialabs.restito.builder.stub.StubWithSequence
Stub building stage with a sequence attached..
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Should receive requests for all steps of the sequencewhenExceeded
(Applicable action) The action to apply for the requests that are exceeding the sequence configuration.
-
Field Details
-
stub
-
-
Constructor Details
-
StubWithSequence
-
-
Method Details
-
mustComplete
public void mustComplete()Should receive requests for all steps of the sequence -
whenExceeded
The action to apply for the requests that are exceeding the sequence configuration.
-