com.typesafe.slick.testkit.util

Testkit

class Testkit extends SimpleParentRunner[TestMethod]

JUnit runner for the Slick driver test kit.

Source
Testkit.scala
Linear Supertypes
SimpleParentRunner[TestMethod], Sortable, Filterable, Runner, Describable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Testkit
  2. SimpleParentRunner
  3. Sortable
  4. Filterable
  5. Runner
  6. Describable
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Testkit to any2stringadd[Testkit] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Testkit, B)

    Implicit information
    This member is added by an implicit conversion from Testkit to ArrowAssoc[Testkit] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → 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. def ensuring(cond: (Testkit) ⇒ Boolean, msg: ⇒ Any): Testkit

    Implicit information
    This member is added by an implicit conversion from Testkit to Ensuring[Testkit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Testkit) ⇒ Boolean): Testkit

    Implicit information
    This member is added by an implicit conversion from Testkit to Ensuring[Testkit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Testkit

    Implicit information
    This member is added by an implicit conversion from Testkit to Ensuring[Testkit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Testkit

    Implicit information
    This member is added by an implicit conversion from Testkit to Ensuring[Testkit] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from Testkit to StringFormat[Testkit] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. def getChildren: Seq[TestMethod]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  36. var tdb: TestDB

  37. def testCount(): Int

    Definition Classes
    Runner
  38. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (Testkit, B)

    Implicit information
    This member is added by an implicit conversion from Testkit to ArrowAssoc[Testkit] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from SimpleParentRunner[TestMethod]

Inherited from Sortable

Inherited from Filterable

Inherited from Runner

Inherited from Describable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Testkit to any2stringadd[Testkit]

Inherited by implicit conversion StringFormat from Testkit to StringFormat[Testkit]

Inherited by implicit conversion Ensuring from Testkit to Ensuring[Testkit]

Inherited by implicit conversion ArrowAssoc from Testkit to ArrowAssoc[Testkit]

Ungrouped