Construct a WS request for the given reverse route.
Construct a WS request for the given reverse route.
For example:
wsCall(controllers.routes.Application.index()).get()
the Call
describing the request
the port number of the TestServer
the implicit WSClient
Construct a WS request for the given relative URL.
Construct a WS request for the given relative URL.
the URL of the request
the port number of the TestServer
the implicit WSClient
Trait providing convenience methods to create WS requests in tests.