Class

com.typesafe.slick.testkit.util

Testkit

Related Doc: package util

Permalink

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
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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

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

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

    Permalink
    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)

    Permalink
    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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SimpleParentRunner
  7. final def asInstanceOf[T0]: T0

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

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

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

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

    Permalink
    Definition Classes
    TestkitSimpleParentRunner
  12. def ensuring(cond: (Testkit) ⇒ Boolean, msg: ⇒ Any): Testkit

    Permalink
    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
  13. def ensuring(cond: (Testkit) ⇒ Boolean): Testkit

    Permalink
    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: Boolean, msg: ⇒ Any): Testkit

    Permalink
    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): Testkit

    Permalink
    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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    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()
  21. def getChildren: Seq[TestMethod]

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val profileTest: ProfileTest

    Permalink
  30. def run(notifier: RunNotifier): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. var tdb: TestDB

    Permalink
  37. def testCount(): Int

    Permalink
    Definition Classes
    Runner
  38. def toString(): String

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

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

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

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

    Permalink
    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