interface assert.CallTrackerReportInformation
Properties Jump to heading
Jump to headingmessage: stringJump to headingactual: numberThe actual number of times the function was called.
Jump to headingexpected: numberThe number of times the function was expected to be called.
Jump to headingoperator: stringThe name of the function that is wrapped.
Jump to headingstack: objectA stack trace of the function.