A delegating wrapper for java.sql.Connection.
An implementation of ResultSet which delegates all calls to another ResultSet.
An implementation of ResultSet which delegates all calls to another ResultSet. Individual methods can be overridden in subclasses to implement custom behavior. Methods from JDK 7 are declared but they throw a NotImplementedException instead of delegating the call, so that this class can be compiled on both, JDK 6 and JDK 7.
A JUnit Runner similar to JUnit's own ParentRunner but simpler, more extensible (in the way we need it), and more Scala-like.
Describes a database against which you can run TestKit tests.
Describes a database against which you can run TestKit tests. It includes features such as reading the configuration file, setting up a DB connection, removing DB files left over by a test run, etc.
JUnit runner for the Slick driver test kit.
(Since version 3.1) Use AsyncTest instead of TestkitTest
Build a table of supported capability flags for the user manual.
A macro that ensures that a code snippet does not typecheck.
Manages the configuration for TestKit tests.
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.