com.sun.jersey.test.framework.spi.container.external
Class ExternalTestContainerFactory

java.lang.Object
  extended by com.sun.jersey.test.framework.spi.container.external.ExternalTestContainerFactory
All Implemented Interfaces:
TestContainerFactory

public class ExternalTestContainerFactory
extends java.lang.Object
implements TestContainerFactory

A Web-based test container factory for creating test container instances when the Web application is independently deployed in a separate JVM to that of the tests. For example, the application may be deployed to the Glassfish v2 or v3 application server.

If you would like to run your tests on a staging server, just set the machine's IP address or fully-qualified domain name to the System Property jersey.test.host.

Author:
Srinivas.Bhimisetty@Sun.COM

Constructor Summary
ExternalTestContainerFactory()
           
 
Method Summary
 TestContainer create(java.net.URI baseUri, AppDescriptor ad)
           
 java.lang.Class<WebAppDescriptor> supports()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalTestContainerFactory

public ExternalTestContainerFactory()
Method Detail

supports

public java.lang.Class<WebAppDescriptor> supports()
Specified by:
supports in interface TestContainerFactory

create

public TestContainer create(java.net.URI baseUri,
                            AppDescriptor ad)
Specified by:
create in interface TestContainerFactory


Copyright © 2010 Oracle Corporation. All Rights Reserved.