Class | Description |
---|---|
FakeApplication |
A Fake application.
|
FakeRequest |
Fake HTTP request implementation.
|
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.
|