TestkitConfig

com.typesafe.slick.testkit.util.TestkitConfig
object TestkitConfig

Manages the configuration for TestKit tests.

The standard config file test-dbs/testkit.conf can be changed through the system property slick.testkit-config. The defaults are loaded from /testkit-reference.conf on the classpath.

Attributes

Source
TestkitConfig.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def getStrings(config: Config, path: String): Option[Seq[String]]

Attributes

Source
TestkitConfig.scala
def testConfig(name: String): Config

Get a resolved test configuration

Get a resolved test configuration

Attributes

Source
TestkitConfig.scala

Concrete fields

lazy val asyncTimeout: FiniteDuration

The duration after which asynchronous tests should be aborted and failed

The duration after which asynchronous tests should be aborted and failed

Attributes

Source
TestkitConfig.scala
lazy val testClasses: Seq[Class[_ <: AsyncTest[_ >: Null <: TestDB]]]

The testkit.testClasses setting

The testkit.testClasses setting

Attributes

Source
TestkitConfig.scala
lazy val testDBPath: String

A normalized version of testDir for use in URLs

A normalized version of testDir for use in URLs

Attributes

Source
TestkitConfig.scala
lazy val testDBs: Option[Seq[String]]

The testkit.testDBs setting

The testkit.testDBs setting

Attributes

Source
TestkitConfig.scala
lazy val testDir: String

The testkit.testDir setting

The testkit.testDir setting

Attributes

Source
TestkitConfig.scala