CallTracker

@JSImport("assert", "CallTracker") @native @JSType class CallTracker() extends StObject
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def calls(): Function0[Unit]
def calls(exact: Double): Function0[Unit]
def calls[Func](fn: Func): Func
def calls[Func](fn: Func, exact: Double): Func
def calls[Func](fn: Unit, exact: Double): Func
@JSName("calls")
def verify(): Unit

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