| Package | Description |
|---|---|
| org.jboss.arquillian.spring.integration.context | |
| org.jboss.arquillian.spring.integration.lifecycle |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientApplicationContextProducer
Concrete class that implements this interface will be responsible for creating instance of the application
context on the client side.
|
interface |
RemoteApplicationContextProducer
Concrete class that implements this interface will be responsible for creating instance of the application
context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationContextProducer
Abstract application context producer, the concrete implementation will be responsible for actual creating the
application context for the given test case.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractApplicationContextLifecycleHandler<TProd extends ApplicationContextProducer<T>,T extends TestScopeApplicationContext>
The application context lifecycle handler, which is responsible for instantiating the application context prior
the test and destroying it as soon as it's not needed any longer.
|
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.