Call

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

class Call {
MockId object;
string name;
string[] qualifiers;
Dynamic[] arguments;
}

Meta