Uses of Interface
org.flexunit.ant.launcher.contexts.ExecutionContext

Packages that use ExecutionContext
org.flexunit.ant.launcher.contexts   
org.flexunit.ant.tasks   
 

Uses of ExecutionContext in org.flexunit.ant.launcher.contexts
 

Classes in org.flexunit.ant.launcher.contexts that implement ExecutionContext
 class DefaultContext
           
 class HeadlessContext
          Context used to wrap a call to the player command in a start and stop of a vncserver.
 

Methods in org.flexunit.ant.launcher.contexts that return ExecutionContext
static ExecutionContext ExecutionContextFactory.createContext(OperatingSystem os, boolean headless, int display)
          Used to generate new instances of an execution context based on the OS and whether the build should run headlessly.
 

Uses of ExecutionContext in org.flexunit.ant.tasks
 

Methods in org.flexunit.ant.tasks that return ExecutionContext
protected  ExecutionContext TestRun.obtainContext(PlayerCommand player)