Package org.jmock.expectation
Class VoidReturnValues
java.lang.Object
org.jmock.expectation.ReturnValues
org.jmock.expectation.VoidReturnValues
Sequence of void values as required by MockMaker
This is a generic class that should have been introduced to the mockobjects code stream instead of
being separately included in org.mockobjects.
It is possibly similar to a ReturnObjectList?
-
Field Summary
Fields inherited from class org.jmock.expectation.ReturnValues
myContents
-
Constructor Summary
ConstructorsConstructorDescriptionVoidReturnValues
(boolean keepUsingLastReturnValue) VoidReturnValues
(String name, boolean keepUsingLastReturnValue) -
Method Summary
Methods inherited from class org.jmock.expectation.ReturnValues
add, addAll, isEmpty, pop
-
Constructor Details
-
VoidReturnValues
-
VoidReturnValues
public VoidReturnValues(boolean keepUsingLastReturnValue)
-
-
Method Details
-
getNext
- Overrides:
getNext
in classReturnValues
-