|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractEventContext | |
|---|---|
| org.jboss.arquillian.impl.context | |
| Uses of AbstractEventContext in org.jboss.arquillian.impl.context |
|---|
| Subclasses of AbstractEventContext in org.jboss.arquillian.impl.context | |
|---|---|
class |
ClassContext
A ClassContext is alive in the following life cycles: BeforeClass Before Test After AfterClass Used for firing events and storing of object that live in the Class Scope. |
class |
SuiteContext
A SuiteContext is alive in the following life cycles: BeforeSuite BeforeClass Before Test After AfterClass AfterSuite Used for firing events and storing of object that live in the Suite Scope. |
class |
TestContext
A TestContext is alive in the following life cycles: Before Test After Used for firing events and storing of object that live in the Test Scope. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||