Package

play.api

test

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. type HasApp = AnyRef { def app: play.api.Application }

    Permalink
  2. trait PlaySpecification extends SpecificationLike with PlayRunners with HeaderNames with Status with HttpProtocol with DefaultAwaitTimeout with ResultExtractors with Writeables with RouteInvokers with FutureAwaits with HttpVerbs

    Permalink

    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.

  3. type Port = Int

    Permalink
  4. abstract class WithApplication extends Around with Scope

    Permalink

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

  5. abstract class WithApplicationLoader extends Around with Scope

    Permalink

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

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

    Permalink

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

  7. abstract class WithServer extends Around with Scope

    Permalink

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

Inherited from AnyRef

Inherited from Any

Ungrouped