object TestServer extends Serializable
- Source
- TestServer.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TestServer
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(port: Int, application: Application = GuiceApplicationBuilder().build(), sslPort: Option[Int] = None, serverProvider: Option[ServerProvider] = None): TestServer
A test web server.
A test web server.
- port
HTTP port to bind on.
- application
The Application to load in this server.
- sslPort
HTTPS port to bind on.
- serverProvider
The type of server to use. If not provided, uses Play's default provider.