Packageorg.flexunit.runner.external
Interfacepublic interface IExternalDependencyData extends IExternalDependencyLoader

Extension to the IExternalDependencyLoader concept which allows a given class to act both as a loader and as the final data source without requiring a separate static variable. This reduces the complexity of reading the test but still allows the use of the IExternalDependencyLoader for special case situations where a static setter or related concept may have additional work to do.



Public Properties
 PropertyDefined By
  data : Array
[read-only] Getter for the externally loaded data
IExternalDependencyData
Public Methods
 MethodDefined By
 Inherited
Instructs the IExternalDependencyLoader to find and begin resolving dependencies on this class
IExternalDependencyLoader
Property Detail
dataproperty
data:Array  [read-only]

Getter for the externally loaded data


Implementation
    public function get data():Array