|
||||||||||
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(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> Class<T> supports()
T
- the type of application descriptor.
TestContainer create(URI baseUri, AppDescriptor ad) throws IllegalArgumentException
baseUri
- the base URI of the application.ad
- the application descriptor.
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 |