com.typesafe.slick.testkit.util

SimpleParentRunner

abstract class SimpleParentRunner[T] extends Runner with Filterable with Sortable

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

Linear Supertypes
Sortable, Filterable, Runner, Describable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SimpleParentRunner
  2. Sortable
  3. Filterable
  4. Runner
  5. Describable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SimpleParentRunner(testClass: Class[_])

Abstract Value Members

  1. abstract def describeChild(child: T): Description

    Attributes
    protected
  2. abstract def getChildren: Seq[T]

    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def addFailure(t: Throwable, notifier: RunNotifier, desc: Description): Unit

    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. final def children: Seq[T]

    Attributes
    protected
  9. final def children_=(s: Seq[T]): Unit

    Attributes
    protected
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. final def filter(filter: Filter): Unit

    Definition Classes
    SimpleParentRunner → Filterable
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getDescription(): Description

    Definition Classes
    SimpleParentRunner → Runner → Describable
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def run(notifier: RunNotifier): Unit

    Definition Classes
    SimpleParentRunner → Runner
  23. def runChild(child: T, notifier: RunNotifier): Unit

    Attributes
    protected
  24. def runChildInner(child: T, notifier: RunNotifier): Nothing

    Attributes
    protected
  25. def runChildren(notifier: RunNotifier): Unit

    Attributes
    protected
  26. final def sort(sorter: Sorter): Unit

    Definition Classes
    SimpleParentRunner → Sortable
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  28. def testCount(): Int

    Definition Classes
    Runner
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  31. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  32. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Sortable

Inherited from Filterable

Inherited from Runner

Inherited from Describable

Inherited from AnyRef

Inherited from Any

Ungrouped