Testkit

com.typesafe.slick.testkit.util.Testkit
class Testkit(clazz: Class[_ <: ProfileTest], runnerBuilder: RunnerBuilder) extends SimpleParentRunner[TestMethod]

JUnit runner for the Slick driver test kit.

Attributes

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

Members list

Value members

Concrete methods

def describeChild(ch: TestMethod): Description

Attributes

Source
Testkit.scala

Attributes

Source
Testkit.scala
override def runChildren(notifier: RunNotifier): Unit

Attributes

Definition Classes
Source
Testkit.scala

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
SimpleParentRunner
Source
SimpleParentRunner.scala
def getDescription: Description

Attributes

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

Attributes

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

Attributes

Inherited from:
SimpleParentRunner
Source
SimpleParentRunner.scala
def testCount(): Int

Attributes

Inherited from:
Runner

Concrete fields

Attributes

Source
Testkit.scala
var tdb: TestDB

Attributes

Source
Testkit.scala