WeaverRunner

weaver.junit.WeaverRunner
class WeaverRunner(cls: Class[_], dummy: Boolean) extends Runner

Attributes

Graph
Supertypes
class Runner
trait Describable
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Types

type F[A] = Any

Value members

Constructors

def this(cls: Class[_])

Concrete methods

def getDescription(): Description
def notifiying(notifier: RunNotifier): TestOutcome => Unit
def run(notifier: RunNotifier): Unit
def testDescriptions: Map[String, Description]

Inherited methods

def testCount(): Int

Attributes

Inherited from:
Runner

Concrete fields

lazy val suite: RunnableSuite[F]