Class TestCall<F>

A mock method call that was made and is ready to be answered. This interface allows access to the underlying jasmine.CallInfo, and allows resolving or rejecting the asynchronous call's result.

Type Parameters

  • F extends jasmine.Func

Constructors

Properties

Methods

Constructors

Properties

callInfo: CallInfo<F>

The underlying jasmine call object

Methods