Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TestRequestor

Should be used only in the context of testing. Just uses the underlying Promise to mock the behavior of the Requestor.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

promise

promise: Promise<any>

Methods

xhr

  • xhr<T>(settings: JQueryAjaxSettings): Promise<T>
  • Type parameters

    • T

    Parameters

    • settings: JQueryAjaxSettings

    Returns Promise<T>

Generated using TypeDoc