|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface ItestHost
Represents a host that is used for an integration test.
| Method Summary | |
|---|---|
java.lang.String |
getHostName()
Returns the name of the host to connect to. |
int |
getPort(int port)
Translates a target port number to the port number to connect to. |
void |
setup()
Ensures the host is available for the integration test. |
void |
teardown()
Releases the host resources. |
| Method Detail |
|---|
void setup()
void teardown()
java.lang.String getHostName()
setup() has been invoked.
int getPort(int port)
setup() has been invoked.
port - the target port number
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||