com.mockobjects
Class ReturnValues
public
class
ReturnValues
extends Object
Sequence 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?
public ReturnValues()
public ReturnValues(String name, boolean keepUsingLastReturnValue)
public ReturnValues(boolean keepUsingLastReturnValue)
public void add(Object element)
public void addAll(Collection returnValues)
public Object getNext()
public boolean isEmpty()
Copyright © 2002 Mock Objects. All Rights Reserved.