|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TestContainerFactory
A test container factory responsible for creating test containers.
| Method Summary | ||
|---|---|---|
TestContainer |
create(java.net.URI baseUri,
AppDescriptor ad)
Create a test container. |
|
|
supports()
Get the application descriptor class supported by this test container factory. |
|
| Method Detail |
|---|
<T extends AppDescriptor> java.lang.Class<T> supports()
T - the type of application descriptor.
TestContainer create(java.net.URI baseUri,
AppDescriptor ad)
throws java.lang.IllegalArgumentException
baseUri - the base URI of the application.ad - the application descriptor.
java.lang.IllegalArgumentException - if ad is not an
appropriate instance of an application descriptor supported
by this test container factory.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||