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
The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().
The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest
Convenience "super Suite" base class for Play tests.
Extend this class by default for testing Play apps with the ScalaTest + Play library. You can mix other traits into it to access needed fixtures, such as GuiceOneAppPerSuite, GuiceOneAppPerTest, GuiceOneServerPerSuite, GuiceOneServerPerTest, OneBrowserPerSuite, OneBrowserPerTest, AllBrowsersPerSuite, or AllBrowsersPerTest mix If you want to use trait MixedFixtures, extend MixedPlaySpec instead.