Packages

package test

Linear Supertypes

Type Members

  1. abstract class AroundHelper extends Around
  2. trait ForServer extends ForEach[RunningServer] with Scope

    Replacement for WithServer, adding server endpoint info.

    Replacement for WithServer, adding server endpoint info.

    Annotations
    @ApiMayChange()
  3. type HasApp = AnyRef { def app: play.api.Application }
  4. trait PlaySpecification extends SpecificationLike 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.

  5. type Port = Int
  6. abstract class WithApplication extends AroundHelper with Scope

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

  7. abstract class WithApplicationLoader extends AroundHelper with Scope

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

  8. abstract class WithBrowser[WEBDRIVER <: WebDriver] extends AroundHelper with Scope

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

  9. abstract class WithServer extends AroundHelper with Scope

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

Inherited from AnyRef

Inherited from Any

Ungrouped