Package | org.flexunit.internals.dependency |
Interface | public interface IExternalRunnerDependencyWatcher |
Implementors | ExternalRunnerDependencyWatcher |
Property | Defined By | ||
---|---|---|---|
allDependenciesResolved : Boolean [read-only]
Indicates if there are still unresolved dependencies in any runner
| IExternalRunnerDependencyWatcher | ||
token : AsyncCoreStartupToken [read-only]
Returns the start up AsyncCoreStartupToken that the FlexUnit core
uses to wait for the resolution of all dependencies
| IExternalRunnerDependencyWatcher |
Method | Defined By | ||
---|---|---|---|
Tells an implementing watcher to monitor an additional IExternalDependencyResolver
| IExternalRunnerDependencyWatcher |
allDependenciesResolved | property |
allDependenciesResolved:Boolean
[read-only] Indicates if there are still unresolved dependencies in any runner
public function get allDependenciesResolved():Boolean
token | property |
token:AsyncCoreStartupToken
[read-only]
Returns the start up AsyncCoreStartupToken
that the FlexUnit core
uses to wait for the resolution of all dependencies
public function get token():AsyncCoreStartupToken
watchDependencyResolver | () | method |
public function watchDependencyResolver(dr:IExternalDependencyResolver):void
Tells an implementing watcher to monitor an additional IExternalDependencyResolver
Parameters
dr:IExternalDependencyResolver — IExternalDependencyResolver
|