WeaverRunner

class WeaverRunner(cls: Class[_], dummy: Boolean) extends Runner
class Runner
trait Describable
class Object
trait Matchable
class Any

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

Inherited methods

def testCount(): Int
Inherited from
Runner

Concrete fields

lazy val suite: RunnableSuite[F]
lazy val testDescriptions: Map[String, Description]