A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.playframework.com/documentation/2.5.x/api/scala/org/scalatestplus/play/package.html below:

play - org.scalatestplus.play

  • trait AllBrowsersPerSuite extends TestSuiteMixin with WebBrowser with Eventually with IntegrationPatience

    Trait that uses a shared test approach to enable you to run the same tests on multiple browsers in a ScalaTest Suite, where each kind of browser is started and stopped just once for the whole Suite.

  • trait AllBrowsersPerTest extends TestSuiteMixin with WebBrowser with Eventually with IntegrationPatience

    Trait that uses a shared test approach to enable you to run the same tests on multiple browsers in a ScalaTest Suite, where a new browser is started before each test that needs a browser, and stopped after.

  • trait AppProvider extends AnyRef

    Trait that defines an application as app.

  • trait BaseOneAppPerSuite extends TestSuiteMixin

    The base abstract trait for one app per suite.

  • trait BaseOneAppPerTest extends TestSuiteMixin with AppProvider

    Trait that provides a new Application instance for each test.

  • trait BaseOneServerPerSuite extends TestSuiteMixin with ServerProvider

    Trait that provides a new Application and running TestServer instance per ScalaTest Suite.

  • trait BaseOneServerPerTest extends TestSuiteMixin with ServerProvider

    Trait that provides a new Application and running TestServer instance for each test executed in a ScalaTest Suite.

  • trait BrowserFactory extends AnyRef

    Trait that defines an abstract createWebDriver method for creating a new Selenium WebDriver and an abstract unableToCreateDriverErrorMessage method that provides an appropriate error message if the driver is not available on the current platform.

  • abstract class BrowserInfo extends AnyRef

    Abstract class that encapsulates a browser name, tag name, and Selenium WebDriver factory method.

  • trait ChromeFactory extends BrowserFactory

    Factory whose createWebDriver method will either return a new Selenium ChromeDriver, or UnavailableDriver, if Chrome is not available on the host platform.

  • trait ConfiguredApp extends TestSuiteMixin

    Trait that provides a configured Application to the suite into which it is mixed.

  • trait ConfiguredBrowser extends TestSuiteMixin with WebBrowser with Eventually with IntegrationPatience

    Trait that provides a configured Application, server port number, and Selenium WebDriver to the suite into which it is mixed.

  • trait ConfiguredServer extends TestSuiteMixin with ServerProvider

    Trait that provides a configured Application and server port number to the suite into which it is mixed.

  • trait FakeApplicationFactory extends AnyRef

    Trait that provides method that creates a new instance of Application to the functional test suite mixins.

  • trait FirefoxFactory extends BrowserFactory

    Factory whose createWebDriver method will either return a new Selenium FirefoxDriver (created using the profile specified by firefoxProfile), or UnavailableDriver, if Firefox is not available on the host platform.

  • case class FirefoxInfo(firefoxProfile: FirefoxProfile) extends BrowserInfo with Product with Serializable

    Firefox browser info, which encapsulates the browser name, "[Firefox]"; tag name, org.scalatest.tags.FirefoxBrowser; and a factory method that produces a Selenium FirefoxDriver.

  • trait HtmlUnitFactory extends BrowserFactory

    Factory whose createWebDriver method will either return a new Selenium HtmlUnitDriver, or UnavailableDriver, if HtmlUnit is not available on the host platform.

  • case class HtmlUnitInfo(enableJavascript: Boolean) extends BrowserInfo with Product with Serializable

    HtmlUnit browser info, which encapsulates the browser name, "[HtmlUnit]"; tag name, org.scalatest.tags.HtmlUnitBrowser; and a factory method that produces a Selenium HtmlUnitDriver.

  • trait InternetExplorerFactory extends BrowserFactory

    Factory whose createWebDriver method will either return a new Selenium InternetExplorerDriver, or UnavailableDriver, if Internet Explorer is not available on the host platform.

  • trait MixedFixtures extends TestSuiteMixin with UnitFixture

    Trait that helps you provide different fixtures to different tests: a Application, a TestServer, or one of the Selenium WebDriverss.

  • abstract class MixedPlaySpec extends WordSpec with MustMatchers with OptionValues with MixedFixtures with Eventually with IntegrationPatience with WsScalaTestClient

    Convenience "super Suite" class for "mixed fixture" Play tests.

  • trait OneAppPerSuite extends GuiceOneAppPerSuite

    Synonym for GuiceOneAppPerSuite.

  • trait OneAppPerTest extends GuiceOneAppPerTest

    Synonym for GuiceOneAppPerTest

  • trait OneBrowserPerSuite extends TestSuiteMixin with WebBrowser with Eventually with IntegrationPatience with BrowserFactory

    Trait that provides a new Selenium WebDriver instance per ScalaTest Suite.

  • trait OneBrowserPerTest extends TestSuiteMixin with WebBrowser with Eventually with IntegrationPatience with BrowserFactory

    Trait that provides a new Selenium WebDriver instance for each test executed in a ScalaTest Suite.

  • trait OneServerPerSuite extends GuiceOneServerPerSuite

    Synonym for GuiceOneServerPerSuite.

  • trait OneServerPerTest extends GuiceOneServerPerTest

    Synonym for GuiceOneServerPerTest

  • abstract class PlaySpec extends WordSpec with MustMatchers with OptionValues with WsScalaTestClient

    Convenience "super Suite" base class for Play tests.

  • case class PortNumber(value: Int) extends Product with Serializable

    Wraps a port number of a provided TestServer so that it can be made available as an implicit without making an Int implicit.

  • trait SafariFactory extends BrowserFactory

    Factory whose createWebDriver method will either return a new Selenium SafariDriver, or UnavailableDriver, if Safari is not available on the host platform.

  • trait ServerProvider extends AnyRef

    Trait that defines abstract methods that providing a port number and implicit Application and a concrete method that provides an implicit PortNumber that wraps the port number.

  • trait WsScalaTestClient extends AnyRef

    Trait providing convenience methods to create WS requests in tests.


  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4