|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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. |
This package contains classes related to Calls, or method invocations.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||