Packageorg.flexunit.runner.external
Interfacepublic interface IExternalDependencyLoader

Allows the user to specify a static variable of type IExternalDependencyLoader. This class is responsible for asynchronously loading and parsing any data needed for the test and notifying the test framework on success or failure.



Public Methods
 MethodDefined By
  
Instructs the IExternalDependencyLoader to find and begin resolving dependencies on this class
IExternalDependencyLoader
Method Detail
retrieveDependency()method
public function retrieveDependency(testClass:Class):ExternalDependencyToken

Instructs the IExternalDependencyLoader to find and begin resolving dependencies on this class

Parameters

testClass:Class

Returns
ExternalDependencyToken — an ExternalDependencyToken to monitor success of fault