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() |
protected FakeApplication app
protected int port
protected TestServer testServer
protected void start()
protected void start(FakeApplication fakeApplication)
protected void start(FakeApplication fakeApplication, int port)
public void stopServer()