Interface Spy

Index

Call signatures

Properties

Call signatures

(params?: Array<any>): any

Parameters

  • params?: Array<any> optional

Returns

any

Properties

public and: SpyAnd

public argsForCall: Array<any>

public callCount: number

public calls: Calls

public identity: string

public mostRecentCall: { args: any[]; }

public mostRecentCall.args: Array<any>

public wasCalled: boolean