abstract class NoArgHelper extends NoArg
- Source
- MixedFixtures.scala
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- NoArgHelper
- NoArg
- Function0
- DelayedInit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new NoArgHelper(helperClass: Class[_])
Value Members
- def apply(): Unit
- Definition Classes
- NoArg → Function0
- final def callRunning(): Boolean
- final def delayedInit(body: => Unit): Unit
- Definition Classes
- NoArg → DelayedInit
- lazy val errorMsg: String
- def running(): Unit
- final val styleName: Int
- Definition Classes
- NoArg
- def toString(): String
- Definition Classes
- Function0 → AnyRef → Any