GenericTest

com.typesafe.slick.testkit.util.GenericTest
sealed abstract class GenericTest[TDB >: Null <: TestDB](implicit TdbClass: ClassTag[TDB])

Attributes

Source
Testkit.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Type members

Classlikes

implicit class StringExtensionMethods(s: String)

Attributes

Source
Testkit.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def assertNesting(q: Rep[_], exp: Int): Unit

Attributes

Source
Testkit.scala
final def cleanup(): Unit

Attributes

Source
Testkit.scala
final def closeKeepAlive(): Unit

Attributes

Source
Testkit.scala
def jcap: JdbcCapabilities.type

Attributes

Source
Testkit.scala
final def mark[T](id: String, f: => T): T

Attributes

Source
Testkit.scala
final def mark[R, S <: NoStream, E <: Effect](id: String, f: => DBIOAction[R, S, E]): DBIOAction[R, S, E]

Attributes

Source
Testkit.scala
def rcap: RelationalCapabilities.type

Attributes

Source
Testkit.scala
def scap: SqlCapabilities.type

Attributes

Source
Testkit.scala
def tcap: capabilities.type

Attributes

Source
Testkit.scala

Concrete fields

lazy val db: Database

Attributes

Source
Testkit.scala
val reuseInstance: Boolean

Attributes

Source
Testkit.scala
final lazy val tdb: TDB

Attributes

Source
Testkit.scala

Implicits

Implicits

final implicit def StringExtensionMethods(s: String): StringExtensionMethods

Attributes

Source
Testkit.scala