Packages

c

play.api.test

WithApplication

abstract class WithApplication extends Around with Scope

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

Source
Specs.scala
Linear Supertypes
Around, DelayedInit, Around, Context, Scope, Scope, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WithApplication
  2. Around
  3. DelayedInit
  4. Around
  5. Context
  6. Scope
  7. Scope
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WithApplication(builder: (GuiceApplicationBuilder) => GuiceApplicationBuilder)
  2. new WithApplication(app: Application = GuiceApplicationBuilder().build())

    app

    The fake application

Value Members

  1. def andThen(a: Around): Around
    Definition Classes
    Around
  2. val app: Application
  3. def apply[T](a: => T)(implicit arg0: AsResult[T]): Result
    Definition Classes
    Around → Context
  4. def around[T](t: => T)(implicit arg0: AsResult[T]): Result
    Definition Classes
    WithApplication → Around
  5. def compose(a: Around): Around
    Definition Classes
    Around
  6. def delayedInit(x: => Unit): Unit
    Definition Classes
    Around → DelayedInit
  7. implicit def implicitApp: Application
  8. implicit def implicitMaterializer: Materializer