new Spy()
Note: Do not construct this directly, use spyOn
, spyOnProperty
, jasmine.createSpy
, or jasmine.createSpyObj
Namespaces
Members
(static) callData
Properties:
Name | Type | Description |
---|---|---|
object |
object |
|
invocationOrder |
number | Order of the invocation. |
args |
Array | The arguments passed for this invocation. |