Package | org.flexunit.runner.external |
Interface | public interface IExternalDependencyRunner extends IRunner |
Implementors | Parameterized, Suite, Theories |
Property | Defined By | ||
---|---|---|---|
dependencyWatcher : IExternalRunnerDependencyWatcher [write-only]
Setter for a dependency watcher. | IExternalDependencyRunner | ||
![]() | description : IDescription [read-only] | IRunner | |
externalDependencyError : String [write-only]
Setter to indicate an error occured while attempting to load exteranl dependencies
for this test. | IExternalDependencyRunner |
dependencyWatcher | property |
dependencyWatcher:IExternalRunnerDependencyWatcher
[write-only] Setter for a dependency watcher. This is a class that implements IExternalRunnerDependencyWatcher and watches for any external dependencies (such as loading data) are finalized before execution of tests is allowed to commence.
public function set dependencyWatcher(value:IExternalRunnerDependencyWatcher):void
externalDependencyError | property |
externalDependencyError:String
[write-only] Setter to indicate an error occured while attempting to load exteranl dependencies for this test. It accepts a string to allow the creator of the external dependency loader to pass a viable error string back to the user.
public function set externalDependencyError(value:String):void