NoArg
subclass that provides an Application
fixture.
NoArg
subclass that provides an Application
fixture.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium ChromeDriver
.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium ChromeDriver
.
NoArg
subclass that provides a fixture composed of a Application
, running TestServer
, and
Selenium FirefoxDriver
.
NoArg
subclass that provides a fixture composed of a Application
, running TestServer
, and
Selenium FirefoxDriver
.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium HtmlUnitDriver
.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium HtmlUnitDriver
.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium InternetExplorerDriver
.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium InternetExplorerDriver
.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium SafariDriver
.
NoArg
subclass that provides a fixture composed of an Application
, running TestServer
, and
Selenium SafariDriver
.
NoArg
subclass that provides a fixture composed of a Application
and running TestServer
.
NoArg
subclass that provides a fixture composed of a Application
and running TestServer
.
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" class for "mixed fixture" Play tests.
This class mixes in trait MixedFixtures, and is therefore convenient when different tests in the same test class need different kinds of fixtures. When different tests in the same class need the same fixture, you're probably better of extending PlaySpec instead.