abstract class WithApplicationLoader extends AroundHelper with Scope
Ordering
- Alphabetic
- By Inheritance
Inherited
- WithApplicationLoader
- AroundHelper
- Around
- DelayedInit
- Around
- Context
- Scope
- Scope
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WithApplicationLoader(applicationLoader: ApplicationLoader = new GuiceApplicationLoader(), context: Context = ApplicationLoader.Context.create(
new Environment(new java.io.File("."), ApplicationLoader.getClass.getClassLoader, Mode.Test)
))
- applicationLoader
The application loader to use
- context
The context supplied to the application loader
Value Members
- def andThen(a: Around): Around
- Definition Classes
- Around
- implicit lazy 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
- 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 loaded by the given
ApplicationLoader
.