|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.jersey.test.framework.spi.container.grizzly.GrizzlyTestContainerFactory
public class GrizzlyTestContainerFactory
A low-level test container factory for creating test container instances using Grizzly.
| Constructor Summary | |
|---|---|
GrizzlyTestContainerFactory()
|
|
| Method Summary | |
|---|---|
TestContainer |
create(java.net.URI baseUri,
AppDescriptor ad)
Create a test container. |
java.lang.Class<LowLevelAppDescriptor> |
supports()
Get the application descriptor class supported by this test container factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GrizzlyTestContainerFactory()
| Method Detail |
|---|
public java.lang.Class<LowLevelAppDescriptor> supports()
TestContainerFactory
supports in interface TestContainerFactory
public TestContainer create(java.net.URI baseUri,
AppDescriptor ad)
TestContainerFactory
create in interface TestContainerFactorybaseUri - the base URI of the application.ad - the application descriptor.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||