|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.jboss.arquillian.spi | |
| org.jboss.arquillian.spi.event.suite | |
| org.jboss.arquillian.spi.util | |
| Uses of Context in org.jboss.arquillian.spi |
|---|
| Methods in org.jboss.arquillian.spi that return Context | |
|---|---|
Context |
TestRunnerAdaptor.getActiveContext()
|
Context |
Context.getParentContext()
Get this contexts parent context. |
| Methods in org.jboss.arquillian.spi with parameters of type Context | |
|---|---|
ContainerMethodExecutor |
DeployableContainer.deploy(Context context,
org.jboss.shrinkwrap.api.Archive<?> archive)
|
void |
TestEnricher.enrich(Context context,
Object testCase)
Extension point to add features to the a Test class instance. |
Object[] |
TestEnricher.resolve(Context context,
Method method)
Extension point to add features to the test method arguments. |
void |
DeployableContainer.setup(Context context,
Configuration configuration)
|
void |
DeployableContainer.start(Context context)
|
void |
DeployableContainer.stop(Context context)
|
void |
DeployableContainer.undeploy(Context context,
org.jboss.shrinkwrap.api.Archive<?> archive)
|
| Uses of Context in org.jboss.arquillian.spi.event.suite |
|---|
| Methods in org.jboss.arquillian.spi.event.suite with parameters of type Context | |
|---|---|
void |
EventHandler.callback(Context context,
T event)
|
| Uses of Context in org.jboss.arquillian.spi.util |
|---|
| Methods in org.jboss.arquillian.spi.util with parameters of type Context | |
|---|---|
static Object[] |
TestEnrichers.enrich(Context context,
Method method)
Enrich the method arguments of a method call. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||