play.api.test.TestServer
See theTestServer companion object
case class TestServer(config: ServerConfig, application: Application, serverProvider: Option[ServerProvider])
A test web server.
Value parameters
- application
-
The Application to load in this server.
- config
-
The server configuration.
- serverProvider
-
The type of server to use. If not provided, uses Play's default provider.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article