abstract class App extends (MixedFixtures.this)#NoArgHelper
Ordering
- Alphabetic
- By Inheritance
Inherited
- App
- NoArgHelper
- NoArg
- Function0
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new App(appFun: => Application = new GuiceApplicationBuilder().build())
Value Members
- lazy val app: Application
The lazy instance created from passed
appFun
- def apply(): Unit
Runs the passed in
Application
before executing the test body, ensuring it is closed after the test body completes.Runs the passed in
Application
before executing the test body, ensuring it is closed after the test body completes.- Definition Classes
- App → NoArg → Function0
- final def callRunning(): Boolean
- Definition Classes
- NoArgHelper
- final def delayedInit(body: => Unit): Unit
- Definition Classes
- NoArg → DelayedInit
- lazy val errorMsg: String
- Definition Classes
- NoArgHelper
- implicit def implicitApp: Application
Makes the passed-in
Application
implicit. - def running(): Unit
- Definition Classes
- NoArgHelper
- final val styleName: Int
- Definition Classes
- NoArg
- def toString(): String
- Definition Classes
- Function0 → AnyRef → Any
NoArg
subclass that provides anApplication
fixture.