Call

This class represents a single method call on a mock object while in replay phase All information about the call is stored here

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

arguments
Dynamic[] arguments;
Undocumented in source.
name
string name;
Undocumented in source.
object
MockId object;
Undocumented in source.
qualifiers
string[] qualifiers;
Undocumented in source.

Meta