|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.test.WithServer
public class WithServer
Provides a server to JUnit tests
Field Summary | |
---|---|
protected FakeApplication |
app
|
protected int |
port
|
protected TestServer |
testServer
|
Constructor Summary | |
---|---|
WithServer()
|
Method Summary | |
---|---|
protected void |
start()
|
protected void |
start(FakeApplication fakeApplication)
|
protected void |
start(FakeApplication fakeApplication,
int port)
|
void |
stopServer()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected FakeApplication app
protected int port
protected TestServer testServer
Constructor Detail |
---|
public WithServer()
Method Detail |
---|
protected void start()
protected void start(FakeApplication fakeApplication)
protected void start(FakeApplication fakeApplication, int port)
public void stopServer()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |