CallTrackerReportInformation

sealed external interface CallTrackerReportInformation(source)

Properties

Link copied to clipboard
abstract var actual: Double

The actual number of times the function was called.

Link copied to clipboard
abstract var expected: Double

The number of times the function was expected to be called.

Link copied to clipboard
abstract var message: String
Link copied to clipboard
abstract var operator: String

The name of the function that is wrapped.

Link copied to clipboard
abstract var stack: Any

A stack trace of the function.