com.typesafe.slick.testkit.tests

NewQuerySemanticsTest

class NewQuerySemanticsTest extends TestkitTest[RelationalTestDB]

Source
NewQuerySemanticsTest.scala
Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. NewQuerySemanticsTest
  2. TestkitTest
  3. AnyRef
  4. 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 NewQuerySemanticsTest()

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 NewQuerySemanticsTest to any2stringadd[NewQuerySemanticsTest] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (NewQuerySemanticsTest, B)

    Implicit information
    This member is added by an implicit conversion from NewQuerySemanticsTest to ArrowAssoc[NewQuerySemanticsTest] 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: RelationalTestDB

    Attributes
    protected[this]
    Definition Classes
    TestkitTest
  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. def cleanup(): Unit

    Definition Classes
    TestkitTest
  11. def clone(): AnyRef

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

    Definition Classes
    TestkitTest
  13. lazy val db: scala.slick.profile.BasicProfile.Backend.Database

    Definition Classes
    TestkitTest
  14. val doRun: Boolean

  15. def ensuring(cond: (NewQuerySemanticsTest) ⇒ Boolean, msg: ⇒ Any): NewQuerySemanticsTest

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  28. def jcap: capabilities.type

    Definition Classes
    TestkitTest
  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
    TestkitTest
  33. val reuseInstance: Boolean

    Definition Classes
    NewQuerySemanticsTestTestkitTest
  34. def scap: capabilities.type

    Definition Classes
    TestkitTest
  35. implicit def sharedSession: scala.slick.profile.BasicProfile.Backend.Session

    Attributes
    protected
    Definition Classes
    TestkitTest
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. lazy val tdb: RelationalTestDB

    Definition Classes
    TestkitTest
  38. def testAdvancedFusion: Unit

  39. def testExpansion: Unit

  40. def testNewComposition: Unit

  41. def testOldComposition: Unit

  42. def testSubquery: Unit

  43. def toString(): String

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

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

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

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

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

Inherited from TestkitTest[RelationalTestDB]

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped