interface Spy.ObjMeta<T>
The additional information available for spied objects.
Implemented by: Spy.ClsObjMeta<T,A>
Type parameters
Name | Description |
---|---|
T | undocumented |
Properties
callSequence
Returns an array containing a sequence of the object methods called and the given parameters.
callSequence
Definition
get callSequence():
Spy.MethodCall
<T>[];
nrCalls
Returns the amount of calls that the object methods received.
nrCalls
Definition
get nrCalls(): number;