abstract class WithApplication extends AroundHelper with Scope
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithApplication
- AroundHelper
- Around
- DelayedInit
- Around
- Context
- Scope
- Scope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WithApplication(builder: () => GuiceApplicationBuilder)
- new WithApplication(app: Application = GuiceApplicationBuilder().build())
- app
The fake application
Value Members
- def andThen(a: Around): Around
- Definition Classes
- Around
- val app: Application
- def apply[T](a: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- Around → Context
- def around[T](t: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- AroundHelper → Around
- def compose(a: Around): Around
- Definition Classes
- Around
- def delayedInit(x: => Unit): Unit
- Definition Classes
- Around → DelayedInit
- implicit def implicitApp: Application
- implicit def implicitMaterializer: Materializer
- def running(): Unit
- Definition Classes
- AroundHelper
- def wrap[T](t: => T)(implicit arg0: AsResult[T]): Result
- Definition Classes
- → AroundHelper
Used to run specs within the context of a running application.