Constructs a WS request holder for the given reverse route.
Constructs a WS request holder for the given reverse route. Optionally takes a WSClient. Note that the WS client used by default requires a running Play application (use WithApplication for tests).
For example:
"work" in new WithApplication() { implicit app => wsCall(controllers.routes.Application.index()).get() }
Constructs a WS request holder for the given relative URL.
Constructs a WS request holder for the given relative URL. Optionally takes a port and WSClient. Note that the WS client used by default requires a running Play application (use WithApplication for tests).