public class WithServer
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected FakeApplication |
app |
protected int |
port |
protected TestServer |
testServer |
| Constructor and Description |
|---|
WithServer () |
| Modifier and Type | Method and Description |
|---|---|
protected void |
start () |
protected void |
start (FakeApplication fakeApplication) |
protected void |
start (FakeApplication fakeApplication,
int port) |
void |
stopServer () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected FakeApplication app
protected int port
protected TestServer testServer
public WithServer()
protected void start()
protected void start(FakeApplication fakeApplication)
protected void start(FakeApplication fakeApplication, int port)
public void stopServer()