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
This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assertion and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
This method has been deprecated in favor of macro assumption and will be removed in a future version of ScalaTest. If you need this, please copy the source code into your own trait instead.
Please use 'an [Exception] must be thrownBy { ... }' syntax instead
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.
This expect method has been deprecated. Please replace all invocations of expect with an identical invocation of assertResult instead.
This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.
This expectResult method has been deprecated. Please replace all invocations of expectResult with an identical invocation of assertResult instead.
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.