|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplay.test.WithServer
play.test.WithBrowser
public class WithBrowser
Provides a server and browser to JUnit tests
| Field Summary | |
|---|---|
protected TestBrowser |
browser
|
| Fields inherited from class play.test.WithServer |
|---|
app, port, testServer |
| Constructor Summary | |
|---|---|
WithBrowser()
|
|
| Method Summary | |
|---|---|
protected TestBrowser |
provideBrowser(int port)
Override this if you want to use a different browser |
void |
quitBrowser()
|
protected void |
start(FakeApplication fakeApplication,
int port)
|
| Methods inherited from class play.test.WithServer |
|---|
start, start, stopServer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TestBrowser browser
| Constructor Detail |
|---|
public WithBrowser()
| Method Detail |
|---|
protected TestBrowser provideBrowser(int port)
protected void start(FakeApplication fakeApplication,
int port)
start in class WithServerpublic void quitBrowser()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||