org.virtualmock.call
Class InvokedCallQueue

java.lang.Object
  extended byorg.virtualmock.call.CallQueue
      extended byorg.virtualmock.call.InvokedCallQueue

public class InvokedCallQueue
extends CallQueue

A CallQueue which has support for tracking information specific to Calls which were invoked by the class under test. This includes methods to support retrieval of calls based on whether or not they have been verified yet.

Version:
$Revision: 1.8 $
Author:
Chad Woolley

Constructor Summary
InvokedCallQueue()
           
 
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

InvokedCallQueue

public InvokedCallQueue()


Copyright © 2003-2005 Virtual Mock. All Rights Reserved.