ServerEndpointRecipe

play.api.test.ServerEndpointRecipe
See theServerEndpointRecipe companion object

A recipe for making a ServerEndpoint. Recipes are often used when describing which tests to run. The recipe can be used to start servers with the correct ServerEndpoints.

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

The HTTP port to use when configuring the server.

The HTTP port to use when configuring the server.

Attributes

The HTTPS port to use when configuring the server.

The HTTPS port to use when configuring the server.

Attributes

Once a server has been started using this recipe, the running instance can be queried to create an endpoint. Usually this just involves asking the server what port it is using.

Once a server has been started using this recipe, the running instance can be queried to create an endpoint. Usually this just involves asking the server what port it is using.

Attributes

A human-readable description of this endpoint.

A human-readable description of this endpoint.

Attributes

Any extra configuration to use when configuring the server. This configuration will be applied last so it will override any existing configuration.

Any extra configuration to use when configuring the server. This configuration will be applied last so it will override any existing configuration.

Attributes

The provider used to create the server instance.

The provider used to create the server instance.

Attributes