SimpleParentRunner

com.typesafe.slick.testkit.util.SimpleParentRunner
abstract class SimpleParentRunner[T](testClass: Class[_]) extends Runner, Filterable, Sortable

A JUnit Runner similar to JUnit's own ParentRunner but simpler, more extensible (in the way we need it), and more Scala-like.

Attributes

Source
SimpleParentRunner.scala
Graph
Supertypes
trait Sortable
trait Filterable
class Runner
trait Describable
class Object
trait Matchable
class Any
Show all
Known subtypes
class Testkit

Members list

Value members

Abstract methods

protected def describeChild(child: T): Description

Attributes

Source
SimpleParentRunner.scala
protected def getChildren: Seq[T]

Attributes

Source
SimpleParentRunner.scala
protected def runChildren(notifier: RunNotifier): Unit

Attributes

Source
SimpleParentRunner.scala

Concrete methods

final protected def addFailure(t: Throwable, notifier: RunNotifier, desc: Description): Unit

Attributes

Source
SimpleParentRunner.scala
final protected def children: Seq[T]

Attributes

Source
SimpleParentRunner.scala
final protected def children_=(s: Seq[T]): Unit

Attributes

Source
SimpleParentRunner.scala
final def filter(filter: Filter): Unit

Attributes

Source
SimpleParentRunner.scala
def getDescription: Description

Attributes

Source
SimpleParentRunner.scala
def run(notifier: RunNotifier): Unit

Attributes

Source
SimpleParentRunner.scala
final def sort(sorter: Sorter): Unit

Attributes

Source
SimpleParentRunner.scala

Inherited methods

def testCount(): Int

Attributes

Inherited from:
Runner