|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.virtualmock.call.CallQueue
org.virtualmock.call.RecordedCallQueue
A CallQueue which has support for tracking information specific to recorded Calls. This includes methods to support retrieval of calls based on whether or not they have been invoked yet.
| Constructor Summary | |
RecordedCallQueue()
|
|
| Method Summary | |
RecordedCall |
getMatchingCall(InvokedCall invokedCall)
Retrieve the call in the queue which matches the specified InvokedCall. |
RecordedCall[] |
getUninvokedCalls()
Gets all uninvoked calls from the RecordedCallQueue. |
| Methods inherited from class org.virtualmock.call.CallQueue |
add, clear, getCallByCallId, getCalls, getFirstCallWithMatchingSignature, getIndexOfFirstCallWithMatchingSignature, getIndexOfNextCallWithMatchingSignature, getMatchingSignatureCount, getNextCallWithMatchingSignature, getSignatures, hasCallWithMatchingSignature, hasCallWithMatchingSignature, size |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RecordedCallQueue()
| Method Detail |
public RecordedCall getMatchingCall(InvokedCall invokedCall)
invokedCall - the invoked call to match
public RecordedCall[] getUninvokedCalls()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||