com.typesafe.slick.testkit.tests

OldTransactionTest

Related Doc: package tests

class OldTransactionTest extends TestkitTest[JdbcTestDB]

Annotations
@deprecated
Deprecated

(Since version 3.0) Using deprecated .simple API

Source
OldTransactionTest.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. OldTransactionTest
  2. TestkitTest
  3. GenericTest
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OldTransactionTest()

Type Members

  1. implicit class StringContextExtensionMethods extends AnyRef

    Definition Classes
    GenericTest

Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to any2stringadd[OldTransactionTest] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (OldTransactionTest, B)

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to ArrowAssoc[OldTransactionTest] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. var _tdb: JdbcTestDB

    Attributes
    protected[this]
    Definition Classes
    GenericTest
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def assertAllMatch[T](t: TraversableOnce[T])(f: PartialFunction[T, _]): Unit

    Definition Classes
    TestkitTest
  9. def assertFail(f: ⇒ Unit): Unit

    Definition Classes
    TestkitTest
  10. final def cleanup(): Unit

    Definition Classes
    GenericTest
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def closeKeepAlive(): Unit

    Definition Classes
    GenericTest
  13. lazy val db: Database

    Definition Classes
    GenericTest
  14. def ensuring(cond: (OldTransactionTest) ⇒ Boolean, msg: ⇒ Any): OldTransactionTest

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to Ensuring[OldTransactionTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (OldTransactionTest) ⇒ Boolean): OldTransactionTest

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to Ensuring[OldTransactionTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): OldTransactionTest

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to Ensuring[OldTransactionTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): OldTransactionTest

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to Ensuring[OldTransactionTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to StringFormat[OldTransactionTest] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def ifCap[T](caps: Capability*)(f: ⇒ T): Unit

    Definition Classes
    TestkitTest
  25. def ifNotCap[T](caps: Capability*)(f: ⇒ T): Unit

    Definition Classes
    TestkitTest
  26. implicit def implicitSession: Session

    Attributes
    protected
    Definition Classes
    TestkitTest
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def jcap: capabilities.type

    Definition Classes
    GenericTest
  29. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def rcap: capabilities.type

    Definition Classes
    GenericTest
  33. val reuseInstance: Boolean

    Definition Classes
    GenericTest
  34. def scap: capabilities.type

    Definition Classes
    GenericTest
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def tcap: capabilities.type

    Definition Classes
    GenericTest
  37. lazy val tdb: JdbcTestDB

    Definition Classes
    GenericTest
  38. def test: Unit

  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def [B](y: B): (OldTransactionTest, B)

    Implicit information
    This member is added by an implicit conversion from OldTransactionTest to ArrowAssoc[OldTransactionTest] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. final def sharedSession: Session

    Attributes
    protected
    Definition Classes
    TestkitTest
    Annotations
    @deprecated
    Deprecated

    (Since version 3.0) Use implicitSession instead of sharedSession

Inherited from TestkitTest[JdbcTestDB]

Inherited from GenericTest[JdbcTestDB]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from OldTransactionTest to any2stringadd[OldTransactionTest]

Inherited by implicit conversion StringFormat from OldTransactionTest to StringFormat[OldTransactionTest]

Inherited by implicit conversion Ensuring from OldTransactionTest to Ensuring[OldTransactionTest]

Inherited by implicit conversion ArrowAssoc from OldTransactionTest to ArrowAssoc[OldTransactionTest]

Ungrouped