| Interface | Description |
|---|---|
| ApplicationContextDestroyer |
Destroyers the application context when it is not needed any longer by the test.
|
| ApplicationContextProducer<T extends TestScopeApplicationContext> |
Concrete class that implements this interface will be responsible for creating instance of the application
context.
|
| ClientApplicationContextProducer |
Concrete class that implements this interface will be responsible for creating instance of the application
context on the client side.
|
| RemoteApplicationContextProducer |
Concrete class that implements this interface will be responsible for creating instance of the application
context.
|
| Class | Description |
|---|---|
| AbstractApplicationContextProducer |
Abstract application context producer, the concrete implementation will be responsible for actual creating the
application context for the given test case.
|
| ClientTestScopeApplicationContext |
A client test scope application context.
|
| DefaultApplicationContextDestroyer |
Closes
ApplicationContext after execution of test case. |
| RemoteTestScopeApplicationContext |
A test scope application context.
|
| TestScopeApplicationContext |
A test scope application context.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.