| abbot.script.UIContext
All known Subclasses: abbot.script.Fixture, abbot.script.Launch,
UIContext | public interface UIContext (Code) | | Provides generic support to set up and tear down a UI context or
fixture.
|
equivalent | boolean equivalent(UIContext context)(Code) | | Whether this UIContext is equivalent to another. |
getHierarchy | public Hierarchy getHierarchy()(Code) | | A context must maintain the same
Hierarchy for the lifetime of
the fixture.
|
isLaunched | boolean isLaunched()(Code) | | Whether this UIContext is currently launched. |
launch | void launch(StepRunner runner) throws Throwable(Code) | | Launch this context. If any UIContext is extant,
this UIContext should terminate it before launching.
If this context is already launched, this method
should do nothing.
|
|
|