abstract class App extends (MixedFixtures.this)#NoArgHelper

NoArg subclass that provides an Application fixture.

Source
MixedFixtures.scala
Linear Supertypes
(MixedFixtures.this)#NoArgHelper, NoArg, () => Unit, DelayedInit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. App
  2. NoArgHelper
  3. NoArg
  4. Function0
  5. DelayedInit
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new App(appFun: => Application = new GuiceApplicationBuilder().build())

Value Members

  1. lazy val app: Application

    The lazy instance created from passed appFun

  2. 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
  3. final def callRunning(): Boolean
    Definition Classes
    NoArgHelper
  4. final def delayedInit(body: => Unit): Unit
    Definition Classes
    NoArg → DelayedInit
  5. lazy val errorMsg: String
    Definition Classes
    NoArgHelper
  6. implicit def implicitApp: Application

    Makes the passed-in Application implicit.

  7. def running(): Unit
    Definition Classes
    NoArgHelper
  8. final val styleName: Int
    Definition Classes
    NoArg
  9. def toString(): String
    Definition Classes
    Function0 → AnyRef → Any