Uses of Interface
com.sun.jersey.test.framework.spi.container.TestContainerFactory

Packages that use TestContainerFactory
com.sun.jersey.test.framework Provides support for testing JAX-RS and Jersey-based applications. 
 

Uses of TestContainerFactory in com.sun.jersey.test.framework
 

Methods in com.sun.jersey.test.framework that return TestContainerFactory
protected  TestContainerFactory JerseyTest.getTestContainerFactory()
          Get the test container factory.
 

Methods in com.sun.jersey.test.framework with parameters of type TestContainerFactory
protected  void JerseyTest.setTestContainerFactory(TestContainerFactory testContainerFactory)
          Sets the test container factory to to be used for testing.
 

Constructors in com.sun.jersey.test.framework with parameters of type TestContainerFactory
JerseyTest(TestContainerFactory testContainerFactory)
          Construct a new instance with a test container factory.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.