CallTrackerReportInformation

@native @JSType trait CallTrackerReportInformation extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var actual: Double

The actual number of times the function was called.

The actual number of times the function was called.

var expected: Double

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

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

var message: String
var operator: String

The name of the function that is wrapped.

The name of the function that is wrapped.

var stack: Object

A stack trace of the function.

A stack trace of the function.