|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jmock.expectation.ReturnValues
org.jmock.expectation.VoidReturnValues
public class 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 | |
|---|---|
VoidReturnValues(boolean keepUsingLastReturnValue)
|
|
VoidReturnValues(java.lang.String name,
boolean keepUsingLastReturnValue)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getNext()
|
| Methods inherited from class org.jmock.expectation.ReturnValues |
|---|
add, addAll, isEmpty, pop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VoidReturnValues(java.lang.String name,
boolean keepUsingLastReturnValue)
public VoidReturnValues(boolean keepUsingLastReturnValue)
| Method Detail |
|---|
public java.lang.Object getNext()
getNext in class ReturnValues
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||