com.typesafe.slick.testkit

util

package util

Content Hierarchy Learn more about scaladoc diagrams
Visibility
  1. Public
  2. All

Type Members

  1. abstract class DBTest extends AnyRef

    Annotations
    @RunWith()
  2. abstract class DBTestObject extends AnyRef

  3. class DelegateResultSet extends ResultSet

    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.

  4. abstract class DerbyDB extends InternalJdbcTestDB

  5. abstract class DriverTest extends AnyRef

  6. abstract class ExternalJdbcTestDB extends JdbcTestDB

  7. abstract class H2TestDB extends InternalJdbcTestDB

  8. abstract class HsqlDB extends InternalJdbcTestDB

  9. abstract class InternalJdbcTestDB extends JdbcTestDB

  10. abstract class JdbcTestDB extends SqlTestDB

  11. trait RelationalTestDB extends TestDB

  12. class SQLiteTestDB extends InternalJdbcTestDB

  13. abstract class SimpleParentRunner[T] extends Runner with Filterable with Sortable

    A JUnit Runner similar to JUnit's own ParentRunner but simpler, more extensible (in the way we need it), and more Scala-like.

  14. trait SqlTestDB extends RelationalTestDB

  15. trait TestDB extends AnyRef

    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.

  16. case class TestMethod(name: String, desc: Description, method: Method, cl: Class[_ <: TestkitTest[_ >: Null <: TestDB]]) extends Product with Serializable

  17. class Testkit extends SimpleParentRunner[TestMethod]

    JUnit runner for the Slick driver test kit.

  18. abstract class TestkitTest[TDB >: Null <: TestDB] extends AnyRef

  19. class AccessDB extends ExternalJdbcTestDB

    Annotations
    @deprecated
    Deprecated

    (Since version 2.1) AccessDriver will be removed when we drop support for Java versions < 8

Value Members

  1. object BuildCapabilitiesTable extends App

    Build a table of supported capability flags for the user manual.

  2. object DerbyDB

  3. object ExternalTestDB

  4. object ShouldNotTypecheck

    A macro that ensures that a code snippet does not typecheck.

  5. object StandardTestDBs

  6. object TestDB

  7. object TestkitConfig

    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.

Ungrouped