play.api

test

package test

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait PlaySpecification extends Specification with PlayRunners with HeaderNames with Status with HttpProtocol with DefaultAwaitTimeout with ResultExtractors with Writeables with RouteInvokers with FutureAwaits with HttpVerbs

    Play specs2 specification.

    Play specs2 specification.

    This trait excludes some of the mixins provided in the default specs2 specification that clash with Play helpers methods. It also mixes in the Play test helpers and types for convenience.

  2. type Port = Int

  3. abstract class WithApplication extends Around with Scope

    Used to run specs within the context of a running application.

  4. abstract class WithApplicationLoader extends Around with Scope

    Used to run specs within the context of a running application loaded by the given ApplicationLoader.

  5. abstract class WithBrowser[WEBDRIVER <: WebDriver] extends Around with Scope

    Used to run specs within the context of a running server, and using a web browser

  6. abstract class WithServer extends Around with Scope

    Used to run specs within the context of a running server.

Inherited from AnyRef

Inherited from Any

Ungrouped