Class StubWithAction
java.lang.Object
com.xebialabs.restito.builder.stub.StubWithAction
Stub building stage with actions attached.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Should happen oncevoid
mustHappen
(int times) Set number of times it should happenwithSequence
(Applicable... actions)
-
Field Details
-
stub
-
-
Constructor Details
-
StubWithAction
-
-
Method Details
-
mustHappen
public void mustHappen()Should happen once -
mustHappen
public void mustHappen(int times) Set number of times it should happen -
withSequence
-