interface assert.CallTrackerReportInformation
Properties Jump to heading
Jump to headingmessage: string
Jump to headingactual: number
The actual number of times the function was called.
Jump to headingexpected: number
The number of times the function was expected to be called.
Jump to headingoperator: string
The name of the function that is wrapped.
Jump to headingstack: object
A stack trace of the function.