Package org.virtualmock.call

This package contains classes related to Calls, or method invocations.

See:
          Description

Class Summary
Call Represents a method invocation.
CallManager Manages recorded and invoked calls.
CallQueue This class represents a sequence of calls.
InvokedCall Represents a method invocation of an invoked call (which was invoked by the Class Under Test).
InvokedCallQueue A CallQueue which has support for tracking information specific to Calls which were invoked by the class under test.
RecordedCall Represents a method invocation of a recorded mock call.
RecordedCallQueue A CallQueue which has support for tracking information specific to recorded Calls.
Signature The signature for a method call, representing the class, method name, and classes of the arguments.
 

Package org.virtualmock.call Description

This package contains classes related to Calls, or method invocations.



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