com.sun.jersey.test.framework.spi.container
Interface TestContainer


public interface TestContainer

A test container.

Author:
Paul.Sandoz@Sun.COM

Method Summary
 URI getBaseUri()
          Get the base URI of the application.
 Client getClient()
          Get a client specific to the test container.
 void start()
          Start the container.
 void stop()
          Stop the contaner.
 

Method Detail

getClient

Client getClient()
Get a client specific to the test container.

Returns:
a client specific to the test container, otherwise null if there is no specific client required.

getBaseUri

URI getBaseUri()
Get the base URI of the application.

Returns:
the base URI of the application.

start

void start()
Start the container.


stop

void stop()
Stop the contaner.



Copyright © 2013 Oracle Corporation. All Rights Reserved.