@s-libs/ng-dev
    Preparing search index...

    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
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    callInfo: CallInfo<F>

    The underlying jasmine call object

    Methods