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
(Since version 3.1.0) The conversionCheckedConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.
(Since version 3.1.0) The convertEquivalenceToAToBConversionConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.
(Since version 3.1.0) The convertEquivalenceToBToAConversionConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.
(Since version 3.1.0) The lowPriorityConversionCheckedConstraint method has been deprecated and will be removed in a future version of ScalaTest. It is no longer needed now that the deprecation period of ConversionCheckedTripleEquals has expired. It will not be replaced.
(Since version 3.1.0) The styleName lifecycle method has been deprecated and will be removed in a future version of ScalaTest with no replacement.
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.