Interface | Description |
---|---|
FakeRequest | Deprecated
construct a Request using play.mvc.Http.RequestBuilder
|
Class | Description |
---|---|
FakeApplication |
A fake application for testing.
|
Helpers |
Helper functions to run tests.
|
TestBrowser |
A test browser (Using Selenium WebDriver) with the FluentLenium API (https://github.com/Fluentlenium/FluentLenium).
|
TestServer |
A test Netty web server.
|
WithApplication |
Provides an application for JUnit tests.
|
WithBrowser |
Provides a server and browser to JUnit tests.
|
WithServer |
Provides a server to JUnit tests.
|