public interface UIContext
| Modifier and Type | Method and Description |
|---|---|
boolean |
equivalent(UIContext context) |
java.lang.ClassLoader |
getContextClassLoader() |
Hierarchy |
getHierarchy()
A context must maintain the same
Hierarchy for the lifetime of
the fixture. |
boolean |
isLaunched() |
void |
launch(StepRunner runner)
Launch this context.
|
void |
terminate()
Terminate this context.
|
java.lang.ClassLoader getContextClassLoader()
ClassLoader providing access to classes in this
context.void launch(StepRunner runner) throws java.lang.Throwable
UIContext is extant,
this UIContext should terminate it before launching.
If this context is already launched, this method
should do nothing.java.lang.Throwableboolean isLaunched()
UIContext is currently launched.void terminate()
Hierarchy returned by getHierarchy()
will be disposed.boolean equivalent(UIContext context)
UIContext is equivalent to another.
Abbot is hosted on