TestDataProvider constructor
name of the module's directory
base path to the test resources
Adds a listener to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
Fire an event type.
Checks if listener is added to an event type.
The type of event to listen to.
The function that gets called when the event is fired.
An event which fires when this DataProvider
is invalidated.
A function to call when this DataProvider
is invalidated.
The function to call to unregister the listener from this event.
Registers a client to the data provider.
The client to register.
Promise to wait for successful (or failed) connection to the data source.
Removes a listener from an event type.
The type of the listener that gets removed.
The listener function that gets removed.
Unregisters a client from the data provider.
The client to unregister.
Generated using TypeDoc
Data provider that loads test tile using loadTestResource.