Package org.jboss.arquillian.impl.context


Interface Summary
ProfileBuilder  
 

Class Summary
AbstractEventContext AbstractEventContext
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.
ClientProfileBuilder ClientContextCreator
ContainerProfileBuilder ContainerProfileBuilder
ContextLifecycleManager Handles creation and destruction of the scopes; Suite, Class, Test
There can only be one SuiteContext pr run.
StandaloneProfileBuilder StandaloneProfileBuilder
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.
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.
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.