com.typesafe.slick.testkit.util

Testkit

class Testkit extends SimpleParentRunner[TestMethod]

JUnit runner for the Slick driver test kit.

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

Instance Constructors

  1. new Testkit(clazz: Class[_ <: DriverTest], runnerBuilder: RunnerBuilder)

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
    Definition Classes
    SimpleParentRunner
  7. final def asInstanceOf[T0]: T0

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

    Attributes
    protected
    Definition Classes
    SimpleParentRunner
  9. final def children_=(s: Seq[TestMethod]): Unit

    Attributes
    protected
    Definition Classes
    SimpleParentRunner
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def describeChild(ch: TestMethod): Description

    Definition Classes
    TestkitSimpleParentRunner
  12. val driverTest: DriverTest

  13. final def eq(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. def getChildren: Seq[TestMethod]

    Definition Classes
    TestkitSimpleParentRunner
  18. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

    Attributes
    protected
    Definition Classes
    SimpleParentRunner
  27. def runChildInner(child: TestMethod, notifier: RunNotifier): Nothing

    Attributes
    protected
    Definition Classes
    SimpleParentRunner
  28. def runChildren(notifier: RunNotifier): Unit

    Definition Classes
    TestkitSimpleParentRunner
  29. final def sort(sorter: Sorter): Unit

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

    Definition Classes
    AnyRef
  31. var tdb: TestDB

  32. def testCount(): Int

    Definition Classes
    Runner
  33. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from SimpleParentRunner[TestMethod]

Inherited from Sortable

Inherited from Filterable

Inherited from Runner

Inherited from Describable

Inherited from AnyRef

Inherited from Any

Ungrouped