class JUnitRunner extends junit.runner.Runner with Filterable
Ordering
- Alphabetic
- By Inheritance
Inherited
- JUnitRunner
- Filterable
- Runner
- Describable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JUnitRunner(klass: Class[_])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- lazy val arguments: Arguments
command line arguments, extracted from the system properties
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def createJUnitPrinter(specStructure: SpecStructure, n: RunNotifier, ee: ExecutionEnv): JUnitPrinter
create a printer for a specific specification structure The printer needs to know about all the example descriptions beforehand
- lazy val env: Env
specification environment
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filter(filter: Filter): Unit
This is used to filter out the entire specification based on categories annotations
This is used to filter out the entire specification based on categories annotations
if the more fine-grained filtering is needed tags must be used
- Definition Classes
- JUnitRunner → Filterable
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getDescription(env: Env): Description
- lazy val getDescription: Description
- Definition Classes
- JUnitRunner → Runner → Describable
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def run(n: RunNotifier): Unit
run the specification with a Notifier
run the specification with a Notifier
- Definition Classes
- JUnitRunner → Runner
- def runWithEnv(n: RunNotifier, env: Env): Action[Stats]
run the specification with a Notifier and an environment
- lazy val specStructure: SpecStructure
specification structure for the environment
- lazy val specification: SpecificationStructure
specification to execute
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def testCount(): Int
- Definition Classes
- Runner
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()