Interface LogCallbackObject

Index

Properties

Properties

public actual: Object

One side of a comparision assertion. Can be undefined when ok() is used.

public expected: Object

One side of a comparision assertion. Can be undefined when ok() is used.

public message: string

A string description provided by the assertion.

public result: boolean

The boolean result of an assertion, true means passed, false means failed.

public source: string

The associated stacktrace, either from an exception or pointing to the source of the assertion. Depends on browser support for providing stacktraces, so can be undefined.