Class

longevity.test

QuerySpec

Related Doc: package test

Permalink

abstract class QuerySpec[F[_], M, P] extends FlatSpec with LongevityIntegrationSpec[F, M]

contains common code for testing different Query instances against Repo.queryToVector, longevity.persistence.Repo.queryToIterator, and the four streaming query libraries:

pardon the nasty ScalaDocs for this class. we haven't figured out how to remove the methods inherited from ScalaTest classes yet.

F

the effect

M

the model

P

the persistent type

Source
QuerySpec.scala
Linear Supertypes
LongevityIntegrationSpec[F, M], BeforeAndAfterAll, SuiteMixin, Matchers, Explicitly, MatcherWords, Tolerance, FlatSpec, FlatSpecLike, Documenting, Alerting, Notifying, Informing, CanVerb, MustVerb, ShouldVerb, TestRegistration, TestSuite, Suite, Serializable, Serializable, Assertions, TripleEquals, TripleEqualsSupport, AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QuerySpec
  2. LongevityIntegrationSpec
  3. BeforeAndAfterAll
  4. SuiteMixin
  5. Matchers
  6. Explicitly
  7. MatcherWords
  8. Tolerance
  9. FlatSpec
  10. FlatSpecLike
  11. Documenting
  12. Alerting
  13. Notifying
  14. Informing
  15. CanVerb
  16. MustVerb
  17. ShouldVerb
  18. TestRegistration
  19. TestSuite
  20. Suite
  21. Serializable
  22. Serializable
  23. Assertions
  24. TripleEquals
  25. TripleEqualsSupport
  26. AnyRef
  27. Any
Implicitly
  1. by convertToEqualizer
  2. by convertToEqualizer
  3. by convertToAnyShouldWrapper
  4. by convertNumericToPlusOrMinusWrapper
  5. by convertToEqualizer
  6. by convertNumericToPlusOrMinusWrapper
  7. by any2stringadd
  8. by StringFormat
  9. by Ensuring
  10. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QuerySpec(longevityContext: LongevityContext[F, M])(implicit pEv: PEv[M, P])

    Permalink

    pEv

    the persistent evidence

Type Members

  1. final class AWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  2. final class AnWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  3. sealed class AnyShouldWrapper[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  4. class AssertionsHelper extends AnyRef

    Permalink
    Definition Classes
    Assertions
  5. final class BehaviorWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  6. class CheckingEqualizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  7. class DecidedByEquality[A] extends Equality[A]

    Permalink
    Definition Classes
    Explicitly
  8. class DecidedWord extends AnyRef

    Permalink
    Definition Classes
    Explicitly
  9. class DeterminedByEquivalence[T] extends Equivalence[T]

    Permalink
    Definition Classes
    Explicitly
  10. class DeterminedWord extends AnyRef

    Permalink
    Definition Classes
    Explicitly
  11. class Equalizer[L] extends AnyRef

    Permalink
    Definition Classes
    TripleEqualsSupport
  12. final class HavePropertyMatcherGenerator extends AnyRef

    Permalink
    Definition Classes
    Matchers
  13. final class IgnoreVerbString extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  14. final class IgnoreVerbStringTaggedAs extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  15. final class IgnoreWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  16. final class InAndIgnoreMethods extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  17. final class InAndIgnoreMethodsAfterTaggedAs extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  18. final class ItVerbString extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  19. final class ItVerbStringTaggedAs extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  20. final class ItWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  21. final class KeyWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  22. trait NoArgTest extends () ⇒ Outcome with TestData

    Permalink
    Attributes
    protected
    Definition Classes
    TestSuite
  23. final class PlusOrMinusWrapper[T] extends AnyRef

    Permalink
    Definition Classes
    Tolerance
  24. final class RegexWord extends AnyRef

    Permalink
    Definition Classes
    Matchers
  25. final class RegexWrapper extends AnyRef

    Permalink
    Definition Classes
    Matchers
  26. class ResultOfBeWordForAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  27. sealed class ResultOfBeWordForCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  28. final class ResultOfBeWordForCollectedArray[T] extends ResultOfBeWordForCollectedAny[Array[T]]

    Permalink
    Definition Classes
    Matchers
  29. final class ResultOfCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  30. final class ResultOfContainWordForCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  31. final class ResultOfEndWithWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  32. final class ResultOfEndWithWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  33. final class ResultOfFullyMatchWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  34. final class ResultOfFullyMatchWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  35. final class ResultOfHaveWordForCollectedExtent[A] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  36. final class ResultOfHaveWordForExtent[A] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  37. final class ResultOfIncludeWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  38. final class ResultOfIncludeWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  39. final class ResultOfNotWordForCollectedAny[T] extends AnyRef

    Permalink
    Definition Classes
    Matchers
  40. final class ResultOfStartWithWordForCollectedString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  41. final class ResultOfStartWithWordForString extends AnyRef

    Permalink
    Definition Classes
    Matchers
  42. trait StringCanWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    CanVerb
  43. trait StringMustWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    MustVerb
  44. final class StringShouldWrapper extends AnyShouldWrapper[String] with org.scalatest.Matchers.StringShouldWrapperForVerb

    Permalink
    Definition Classes
    Matchers
  45. trait StringShouldWrapperForVerb extends AnyRef

    Permalink
    Definition Classes
    ShouldVerb
  46. class TheAfterWord extends AnyRef

    Permalink
    Definition Classes
    Explicitly
  47. final class TheSameInstanceAsPhrase extends AnyRef

    Permalink
    Definition Classes
    Matchers
  48. final class TheyVerbString extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  49. final class TheyVerbStringTaggedAs extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  50. final class TheyWord extends AnyRef

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  51. final class ValueWord extends AnyRef

    Permalink
    Definition Classes
    Matchers

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. def !==[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  3. def !==(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  4. def !==[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  5. final def ##(): Int

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to ArrowAssoc[QuerySpec[F, M, P]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def <[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanComparison[T]

    Permalink
    Definition Classes
    Matchers
  9. def <=[T](right: T)(implicit arg0: Ordering[T]): ResultOfLessThanOrEqualToComparison[T]

    Permalink
    Definition Classes
    Matchers
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def ===[T](right: Spread[T]): TripleEqualsInvocationOnSpread[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  12. def ===(right: Null): TripleEqualsInvocation[Null]

    Permalink
    Definition Classes
    TripleEqualsSupport
  13. def ===[T](right: T): TripleEqualsInvocation[T]

    Permalink
    Definition Classes
    TripleEqualsSupport
  14. def >[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanComparison[T]

    Permalink
    Definition Classes
    Matchers
  15. def >=[T](right: T)(implicit arg0: Ordering[T]): ResultOfGreaterThanOrEqualToComparison[T]

    Permalink
    Definition Classes
    Matchers
  16. def a[T](implicit arg0: ClassTag[T]): ResultOfATypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  17. val a: AWord

    Permalink
    Definition Classes
    Matchers
  18. val after: TheAfterWord

    Permalink
    Definition Classes
    Explicitly
  19. def afterAll(): Unit

    Permalink
    Definition Classes
    QuerySpecLongevityIntegrationSpec → BeforeAndAfterAll
  20. def alert: Alerter

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Alerting
  21. def all(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  22. def all[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  23. def all[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  24. def allElementsOf[R](elements: GenTraversable[R]): ResultOfAllElementsOfApplication

    Permalink
    Definition Classes
    Matchers
  25. def allOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAllOfApplication

    Permalink
    Definition Classes
    Matchers
  26. def an[T](implicit arg0: ClassTag[T]): ResultOfAnTypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  27. val an: AnWord

    Permalink
    Definition Classes
    Matchers
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. macro def assert(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  30. macro def assert(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  31. macro def assertCompiles(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  32. macro def assertDoesNotCompile(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  33. def assertResult(expected: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  34. def assertResult(expected: Any, clue: Any)(actual: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  35. def assertThrows[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  36. macro def assertTypeError(code: String)(implicit pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  37. val assertionsHelper: AssertionsHelper

    Permalink
    Definition Classes
    Assertions
  38. macro def assume(condition: Boolean, clue: Any)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  39. macro def assume(condition: Boolean)(implicit prettifier: Prettifier, pos: Position): Assertion

    Permalink
    Definition Classes
    Assertions
  40. def atLeast(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  41. def atLeast[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  42. def atLeast[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  43. def atLeastOneElementOf(elements: GenTraversable[Any]): ResultOfAtLeastOneElementOfApplication

    Permalink
    Definition Classes
    Matchers
  44. def atLeastOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtLeastOneOfApplication

    Permalink
    Definition Classes
    Matchers
  45. def atMost(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  46. def atMost[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  47. def atMost[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  48. def atMostOneElementOf[R](elements: GenTraversable[R]): ResultOfAtMostOneElementOfApplication

    Permalink
    Definition Classes
    Matchers
  49. def atMostOneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfAtMostOneOfApplication

    Permalink
    Definition Classes
    Matchers
  50. val be: BeWord

    Permalink
    Definition Classes
    MatcherWords
  51. def beforeAll(): Unit

    Permalink
    Definition Classes
    QuerySpecLongevityIntegrationSpec → BeforeAndAfterAll
  52. val behave: BehaveWord

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  53. val behavior: BehaviorWord

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  54. def between(from: Int, upTo: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  55. def between[K, V, JMAP[k, v] <: Map[k, v]](from: Int, upTo: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  56. def between[E, C[_]](from: Int, upTo: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  57. def cancel(cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  58. def cancel(message: String, cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  59. def cancel(message: String)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  60. def cancel()(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  61. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. val compile: CompileWord

    Permalink
    Definition Classes
    MatcherWords
  63. val contain: ContainWord

    Permalink
    Definition Classes
    MatcherWords
  64. def conversionCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], cnv: (B) ⇒ A): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  65. def convertEquivalenceToAToBConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: <:<[A, B]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  66. def convertEquivalenceToAToBConversionConstraint[A, B](equivalenceOfB: Equivalence[B])(implicit ev: (A) ⇒ B): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  67. def convertEquivalenceToBToAConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: <:<[B, A]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  68. def convertEquivalenceToBToAConversionConstraint[A, B](equivalenceOfA: Equivalence[A])(implicit ev: (B) ⇒ A): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  69. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]

    Permalink
    Definition Classes
    Tolerance
  70. implicit def convertSymbolToHavePropertyMatcherGenerator(symbol: Symbol)(implicit prettifier: Prettifier, pos: Position): HavePropertyMatcherGenerator

    Permalink
    Definition Classes
    Matchers
  71. implicit def convertToAnyShouldWrapper[T](o: T)(implicit pos: Position, prettifier: Prettifier): AnyShouldWrapper[T]

    Permalink
    Definition Classes
    Matchers
  72. def convertToCheckingEqualizer[T](left: T): CheckingEqualizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  73. implicit def convertToEqualizer[T](left: T): Equalizer[T]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  74. implicit def convertToInAndIgnoreMethods(resultOfStringPassedToVerb: ResultOfStringPassedToVerb): InAndIgnoreMethods

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  75. implicit def convertToInAndIgnoreMethodsAfterTaggedAs(resultOfTaggedAsInvocation: ResultOfTaggedAsInvocation): InAndIgnoreMethodsAfterTaggedAs

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  76. implicit def convertToRegexWrapper(o: Regex): RegexWrapper

    Permalink
    Definition Classes
    Matchers
  77. implicit def convertToStringCanWrapper(o: String)(implicit position: Position): StringCanWrapperForVerb

    Permalink
    Definition Classes
    CanVerb
  78. implicit def convertToStringMustWrapperForVerb(o: String)(implicit position: Position): StringMustWrapperForVerb

    Permalink
    Definition Classes
    MustVerb
  79. implicit def convertToStringShouldWrapper(o: String)(implicit pos: Position, prettifier: Prettifier): StringShouldWrapper

    Permalink
    Definition Classes
    Matchers
  80. implicit def convertToStringShouldWrapperForVerb(o: String)(implicit position: Position): StringShouldWrapperForVerb

    Permalink
    Definition Classes
    ShouldVerb
  81. val decided: DecidedWord

    Permalink
    Definition Classes
    Explicitly
  82. def defaultEquality[A]: Equality[A]

    Permalink
    Definition Classes
    TripleEqualsSupport
  83. val defined: DefinedWord

    Permalink
    Definition Classes
    MatcherWords
  84. def definedAt[T](right: T): ResultOfDefinedAt[T]

    Permalink
    Definition Classes
    Matchers
  85. val determined: DeterminedWord

    Permalink
    Definition Classes
    Explicitly
  86. val effect: Effect[F]

    Permalink
    Attributes
    protected
  87. val empty: EmptyWord

    Permalink
    Definition Classes
    MatcherWords
  88. val endWith: EndWithWord

    Permalink
    Definition Classes
    MatcherWords
  89. def ensuring(cond: (QuerySpec[F, M, P]) ⇒ Boolean, msg: ⇒ Any): QuerySpec[F, M, P]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to Ensuring[QuerySpec[F, M, P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  90. def ensuring(cond: (QuerySpec[F, M, P]) ⇒ Boolean): QuerySpec[F, M, P]

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to Ensuring[QuerySpec[F, M, P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  92. def ensuring(cond: Boolean): QuerySpec[F, M, P]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to Ensuring[QuerySpec[F, M, P]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  93. final var entities: Set[P]

    Permalink

    the entities we are querying against

    the entities we are querying against

    Attributes
    protected
  94. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  95. def equal(o: Null): Matcher[AnyRef]

    Permalink
    Definition Classes
    Matchers
  96. def equal[T](spread: Spread[T]): Matcher[T]

    Permalink
    Definition Classes
    Matchers
  97. def equal(right: Any): MatcherFactory1[Any, Equality]

    Permalink
    Definition Classes
    MatcherWords
  98. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  99. def every(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  100. def every[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  101. def every[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  102. def exactly(num: Int, xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  103. def exactly[K, V, JMAP[k, v] <: Map[k, v]](num: Int, xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  104. def exactly[E, C[_]](num: Int, xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  105. final def execute(testName: String, configMap: ConfigMap, color: Boolean, durations: Boolean, shortstacks: Boolean, fullstacks: Boolean, stats: Boolean): Unit

    Permalink
    Definition Classes
    Suite
  106. def exerciseQuery(query: Query[P], exerciseQueryToStreams: Boolean = false): Unit

    Permalink

    runs the query against the test data, and checks if the results are correct.

    runs the query against the test data, and checks if the results are correct. generates a test failure if they are not.

    due to the possibility of data in the table put in by other tests, it is not possible to test queries with offset or limit clauses here. do not despair, offset and limit clauses are tested independently in the longevity test suite for every longevity back end. (see longevity.integration.queries.offsetLimit.OffsetLimitQuerySpec)

    Attributes
    protected
  107. def exerciseStream(query: Query[P], actual: Set[P], expected: Set[P]): Unit

    Permalink
    Attributes
    protected
  108. def exerciseStreams(query: Query[P], expected: Set[P]): Unit

    Permalink
    Attributes
    protected
  109. val exist: ExistWord

    Permalink
    Definition Classes
    MatcherWords
  110. def expectedTestCount(filter: Filter): Int

    Permalink
    Definition Classes
    Suite
  111. def fail(cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  112. def fail(message: String, cause: Throwable)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  113. def fail(message: String)(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  114. def fail()(implicit pos: Position): Nothing

    Permalink
    Definition Classes
    Assertions
  115. def finalize(): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to StringFormat[QuerySpec[F, M, P]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  117. val fullyMatch: FullyMatchWord

    Permalink
    Definition Classes
    MatcherWords
  118. def generateP(): P

    Permalink
    Attributes
    protected
  119. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  121. val have: HaveWord

    Permalink
    Definition Classes
    MatcherWords
  122. val ignore: IgnoreWord

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  123. def inOrder(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderApplication

    Permalink
    Definition Classes
    Matchers
  124. def inOrderElementsOf[R](elements: GenTraversable[R]): ResultOfInOrderElementsOfApplication

    Permalink
    Definition Classes
    Matchers
  125. def inOrderOnly[T](firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfInOrderOnlyApplication

    Permalink
    Definition Classes
    Matchers
  126. val include: IncludeWord

    Permalink
    Definition Classes
    MatcherWords
  127. def info: Informer

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Informing
  128. def intercept[T <: AnyRef](f: ⇒ Any)(implicit classTag: ClassTag[T], pos: Position): T

    Permalink
    Definition Classes
    Assertions
  129. val invokeBeforeAllAndAfterAllEvenIfNoTestsAreExpected: Boolean

    Permalink
    Definition Classes
    BeforeAndAfterAll
  130. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  131. val it: ItWord

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  132. val key: KeyWord

    Permalink
    Definition Classes
    Matchers
  133. val leftSideValue: QuerySpec[F, M, P]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  134. val length: LengthWord

    Permalink
    Definition Classes
    MatcherWords
  135. val logger: Logger

    Permalink
    Attributes
    protected
  136. val longevityContext: LongevityContext[F, M]

    Permalink
    Attributes
    protected
    Definition Classes
    QuerySpecLongevityIntegrationSpec
  137. def lowPriorityConversionCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], cnv: (A) ⇒ B): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  138. def lowPriorityTypeCheckedConstraint[A, B](implicit equivalenceOfB: Equivalence[B], ev: <:<[A, B]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  139. def markup: Documenter

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Documenting
  140. val matchPattern: MatchPatternWord

    Permalink
    Definition Classes
    MatcherWords
  141. def medianPropVal[A](prop: Prop[P, A]): A

    Permalink

    pick the entity with the median value for the provided property

    pick the entity with the median value for the provided property

    prop

    the property to select the median value for

    Attributes
    protected
  142. def message(expectedMessage: String): ResultOfMessageWordApplication

    Permalink
    Definition Classes
    Matchers
  143. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  144. def nestedSuites: IndexedSeq[Suite]

    Permalink
    Definition Classes
    Suite
  145. def no(xs: String)(implicit collecting: Collecting[Char, String], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Char]

    Permalink
    Definition Classes
    Matchers
  146. def no[K, V, JMAP[k, v] <: Map[k, v]](xs: JMAP[K, V])(implicit collecting: Collecting[Entry[K, V], JMAP[K, V]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[Entry[K, V]]

    Permalink
    Definition Classes
    Matchers
  147. def no[E, C[_]](xs: C[E])(implicit collecting: Collecting[E, C[E]], prettifier: Prettifier, pos: Position): ResultOfCollectedAny[E]

    Permalink
    Definition Classes
    Matchers
  148. def noElementsOf(elements: GenTraversable[Any]): ResultOfNoElementsOfApplication

    Permalink
    Definition Classes
    Matchers
  149. def noException(implicit pos: Position): NoExceptionWord

    Permalink
    Definition Classes
    MatcherWords
  150. def noneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfNoneOfApplication

    Permalink
    Definition Classes
    Matchers
  151. val not: NotWord

    Permalink
    Definition Classes
    MatcherWords
  152. def note: Notifier

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Notifying
  153. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  154. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  155. val numEntities: Int

    Permalink

    the number of entities to run queries against

    the number of entities to run queries against

    Attributes
    protected
  156. def of[T](implicit ev: ClassTag[T]): ResultOfOfTypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  157. def oneElementOf(elements: GenTraversable[Any]): ResultOfOneElementOfApplication

    Permalink
    Definition Classes
    Matchers
  158. def oneOf(firstEle: Any, secondEle: Any, remainingEles: Any*)(implicit pos: Position): ResultOfOneOfApplication

    Permalink
    Definition Classes
    Matchers
  159. def only(xs: Any*)(implicit pos: Position): ResultOfOnlyApplication

    Permalink
    Definition Classes
    Matchers
  160. def orderStatPropVal[A](prop: Prop[P, A], k: Int): A

    Permalink

    pick the entity with the specified order statistic for the provided property.

    pick the entity with the specified order statistic for the provided property. an order statistic k is the element indexed by k if the set of entities were sorted by the supplied property.

    prop

    the property to select the order statistic for

    k

    the order statistic to select

    Attributes
    protected
  161. implicit val pEv: PEv[M, P]

    Permalink

    the persistent evidence

    the persistent evidence

    Attributes
    protected
  162. final var pStates: Seq[PState[P]]

    Permalink

    the persistent states of the entities we are querying against

    the persistent states of the entities we are querying against

    Attributes
    protected
  163. final val pType: PType[M, P]

    Permalink

    the persistent type

    the persistent type

    Attributes
    protected
  164. def pending: Assertion with PendingStatement

    Permalink
    Definition Classes
    Assertions
  165. def pendingUntilFixed(f: ⇒ Unit)(implicit pos: Position): Assertion with PendingStatement

    Permalink
    Definition Classes
    Assertions
  166. val pos: Position

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  167. val prettifier: Prettifier

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  168. def randomP: P

    Permalink

    pick an entity from the test set "at random".

    pick an entity from the test set "at random". actually uses Set.head

    Attributes
    protected
  169. val readable: ReadableWord

    Permalink
    Definition Classes
    MatcherWords
  170. val regex: RegexWord

    Permalink
    Definition Classes
    Matchers
  171. final def registerIgnoredTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

    Permalink
    Definition Classes
    FlatSpecLike → TestRegistration
  172. final def registerTest(testText: String, testTags: Tag*)(testFun: ⇒ Any)(implicit pos: Position): Unit

    Permalink
    Definition Classes
    FlatSpecLike → TestRegistration
  173. val repo: Repo[F, M]

    Permalink
    Attributes
    protected
  174. def rerunner: Option[String]

    Permalink
    Definition Classes
    Suite
  175. def run(testName: Option[String], args: Args): Status

    Permalink
    Definition Classes
    BeforeAndAfterAll → SuiteMixin
  176. def runNestedSuites(args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    Suite
  177. def runTest(testName: String, args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike → TestSuite → Suite
  178. def runTests(testName: Option[String], args: Args): Status

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike → Suite
  179. implicit val shorthandSharedTestRegistrationFunction: StringVerbBehaveLikeInvocation

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  180. implicit val shorthandTestRegistrationFunction: StringVerbStringInvocation

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  181. def should(endWithWord: EndWithWord)(implicit ev: <:<[QuerySpec[F, M, P], String]): org.scalatest.Matchers.ResultOfEndWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  182. def should(startWithWord: StartWithWord)(implicit ev: <:<[QuerySpec[F, M, P], String]): org.scalatest.Matchers.ResultOfStartWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  183. def should(includeWord: IncludeWord)(implicit ev: <:<[QuerySpec[F, M, P], String]): org.scalatest.Matchers.ResultOfIncludeWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  184. def should(notExist: ResultOfNotExist)(implicit existence: Existence[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  185. def should(existWord: ExistWord)(implicit existence: Existence[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  186. def should(containWord: ContainWord): ResultOfContainWord[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  187. def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  188. def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  189. def should(inv: TripleEqualsInvocationOnSpread[QuerySpec[F, M, P]])(implicit ev: Numeric[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  190. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[QuerySpec[F, M, P], U]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  191. def should(notWord: NotWord): ResultOfNotWordForAny[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  192. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[QuerySpec[F, M, P], TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[QuerySpec[F, M, P]], typeClass2: TYPECLASS2[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  193. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[QuerySpec[F, M, P], TYPECLASS1])(implicit typeClass1: TYPECLASS1[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  194. def should(rightMatcherX1: Matcher[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  195. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  196. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  197. def shouldBe(bePropertyMatcher: BePropertyMatcher[QuerySpec[F, M, P]])(implicit ev: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  198. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  199. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  200. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  201. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  202. def shouldBe(right: Null)(implicit ev: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  203. def shouldBe(right: DefinedWord)(implicit definition: Definition[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  204. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  205. def shouldBe(right: WritableWord)(implicit writability: Writability[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  206. def shouldBe(right: ReadableWord)(implicit readability: Readability[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  207. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  208. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  209. def shouldBe(right: SortedWord)(implicit sortable: Sortable[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  210. def shouldBe(spread: Spread[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  211. def shouldBe(beMatcher: BeMatcher[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  212. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  213. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  214. def shouldBe(comparison: ResultOfGreaterThanComparison[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  215. def shouldBe(comparison: ResultOfLessThanComparison[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  216. def shouldBe(right: Any): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  217. def shouldEqual(right: Null)(implicit ev: <:<[QuerySpec[F, M, P], AnyRef]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  218. def shouldEqual(spread: Spread[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  219. def shouldEqual(right: Any)(implicit equality: Equality[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  220. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[QuerySpec[F, M, P], String]): org.scalatest.Matchers.ResultOfIncludeWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  221. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[QuerySpec[F, M, P], String]): org.scalatest.Matchers.ResultOfEndWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  222. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[QuerySpec[F, M, P], String]): org.scalatest.Matchers.ResultOfStartWithWordForString

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  223. def shouldNot(existWord: ExistWord)(implicit existence: Existence[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  224. def shouldNot(contain: ContainWord): ResultOfContainWord[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  225. def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  226. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[QuerySpec[F, M, P], TYPECLASS1])(implicit typeClass1: TYPECLASS1[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  227. def shouldNot(rightMatcherX1: Matcher[QuerySpec[F, M, P]]): Assertion

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  228. def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  229. val size: SizeWord

    Permalink
    Definition Classes
    MatcherWords
  230. val sorted: SortedWord

    Permalink
    Definition Classes
    MatcherWords
  231. val startWith: StartWithWord

    Permalink
    Definition Classes
    MatcherWords
  232. final val styleName: String

    Permalink
    Definition Classes
    FlatSpecLike → Suite
  233. final val succeed: Assertion

    Permalink
    Definition Classes
    Assertions
  234. def suiteId: String

    Permalink
    Definition Classes
    Suite
  235. def suiteName: String

    Permalink
    Definition Classes
    Suite
  236. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  237. def tags: Map[String, Set[String]]

    Permalink
    Definition Classes
    FlatSpecLike → Suite
  238. def testDataFor(testName: String, theConfigMap: ConfigMap): TestData

    Permalink
    Definition Classes
    FlatSpecLike → Suite
  239. def testNames: Set[String]

    Permalink
    Definition Classes
    FlatSpecLike → Suite
  240. def the[T](implicit arg0: ClassTag[T], pos: Position): ResultOfTheTypeInvocation[T]

    Permalink
    Definition Classes
    Matchers
  241. def theSameElementsAs(xs: GenTraversable[_]): ResultOfTheSameElementsAsApplication

    Permalink
    Definition Classes
    Matchers
  242. def theSameElementsInOrderAs(xs: GenTraversable[_]): ResultOfTheSameElementsInOrderAsApplication

    Permalink
    Definition Classes
    Matchers
  243. val theSameInstanceAs: TheSameInstanceAsPhrase

    Permalink
    Definition Classes
    Matchers
  244. val they: TheyWord

    Permalink
    Attributes
    protected
    Definition Classes
    FlatSpecLike
  245. def thrownBy(fun: ⇒ Any): ResultOfThrownByApplication

    Permalink
    Definition Classes
    Matchers
  246. def toString(): String

    Permalink
    Definition Classes
    FlatSpec → AnyRef → Any
  247. val typeCheck: TypeCheckWord

    Permalink
    Definition Classes
    MatcherWords
  248. def typeCheckedConstraint[A, B](implicit equivalenceOfA: Equivalence[A], ev: <:<[B, A]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  249. implicit def unconstrainedEquality[A, B](implicit equalityOfA: Equality[A]): CanEqual[A, B]

    Permalink
    Definition Classes
    TripleEquals → TripleEqualsSupport
  250. val value: ValueWord

    Permalink
    Definition Classes
    Matchers
  251. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  254. def withClue[T](clue: Any)(fun: ⇒ T): T

    Permalink
    Definition Classes
    Assertions
  255. def withFixture(test: NoArgTest): Outcome

    Permalink
    Attributes
    protected
    Definition Classes
    TestSuite
  256. val writable: WritableWord

    Permalink
    Definition Classes
    MatcherWords
  257. def [B](y: B): (QuerySpec[F, M, P], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to ArrowAssoc[QuerySpec[F, M, P]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def +-(tolerance: QuerySpec[F, M, P]): Spread[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.PlusOrMinusWrapper[QuerySpec[F, M, P]] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[QuerySpec[F, M, P]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.PlusOrMinusWrapper[QuerySpec[F, M, P]]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  11. def +-(tolerance: QuerySpec[F, M, P]): Spread[QuerySpec[F, M, P]]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.Tolerance.PlusOrMinusWrapper[QuerySpec[F, M, P]] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[QuerySpec[F, M, P]] is in scope.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.Tolerance.PlusOrMinusWrapper[QuerySpec[F, M, P]]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  12. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]).===(literalNull)
    Definition Classes
    Equalizer
  13. def ===(spread: Spread[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]).===(spread)
    Definition Classes
    Equalizer
  14. def ===(rightSide: Any)(implicit equality: Equality[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  15. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]).===(literalNull)
    Definition Classes
    Equalizer
  16. def ===(spread: Spread[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]).===(spread)
    Definition Classes
    Equalizer
  17. def ===(rightSide: Any)(implicit equality: Equality[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  18. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]).===(literalNull)
    Definition Classes
    Equalizer
  19. def ===(spread: Spread[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]).===(spread)
    Definition Classes
    Equalizer
  20. def ===(rightSide: Any)(implicit equality: Equality[QuerySpec[F, M, P]]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  21. val leftSide: QuerySpec[F, M, P]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]).leftSide
    Definition Classes
    Equalizer
  22. val leftSide: QuerySpec[F, M, P]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (querySpec: org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]).leftSide
    Definition Classes
    Equalizer
  23. val leftSide: QuerySpec[F, M, P]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]] performed by method convertToEqualizer in org.scalactic.TripleEquals.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (querySpec: org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. final def execute: Unit

    Permalink
    Definition Classes
    Suite
    Annotations
    @deprecated
    Deprecated

    The parameterless execute method has been deprecated and will be removed in a future version of ScalaTest. Please invoke execute with empty parens instead: execute().

  2. def trap[T](f: ⇒ T): Throwable

    Permalink
    Definition Classes
    Assertions
    Annotations
    @deprecated
    Deprecated

    The trap method is no longer needed for demos in the REPL, which now abreviates stack traces, and will be removed in a future version of ScalaTest

Inherited from LongevityIntegrationSpec[F, M]

Inherited from BeforeAndAfterAll

Inherited from SuiteMixin

Inherited from Matchers

Inherited from Explicitly

Inherited from MatcherWords

Inherited from Tolerance

Inherited from FlatSpec

Inherited from FlatSpecLike

Inherited from Documenting

Inherited from Alerting

Inherited from Notifying

Inherited from Informing

Inherited from CanVerb

Inherited from MustVerb

Inherited from ShouldVerb

Inherited from TestRegistration

Inherited from TestSuite

Inherited from Suite

Inherited from Serializable

Inherited from Serializable

Inherited from Assertions

Inherited from TripleEquals

Inherited from TripleEqualsSupport

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToEqualizer from QuerySpec[F, M, P] to org.scalatest.Assertions.Equalizer[QuerySpec[F, M, P]]

Inherited by implicit conversion convertToEqualizer from QuerySpec[F, M, P] to org.scalactic.TripleEquals.Equalizer[QuerySpec[F, M, P]]

Inherited by implicit conversion convertToAnyShouldWrapper from QuerySpec[F, M, P] to org.scalatest.Matchers.AnyShouldWrapper[QuerySpec[F, M, P]]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from QuerySpec[F, M, P] to org.scalatest.Matchers.PlusOrMinusWrapper[QuerySpec[F, M, P]]

Inherited by implicit conversion convertToEqualizer from QuerySpec[F, M, P] to org.scalatest.Matchers.Equalizer[QuerySpec[F, M, P]]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from QuerySpec[F, M, P] to org.scalactic.Tolerance.PlusOrMinusWrapper[QuerySpec[F, M, P]]

Inherited by implicit conversion any2stringadd from QuerySpec[F, M, P] to any2stringadd[QuerySpec[F, M, P]]

Inherited by implicit conversion StringFormat from QuerySpec[F, M, P] to StringFormat[QuerySpec[F, M, P]]

Inherited by implicit conversion Ensuring from QuerySpec[F, M, P] to Ensuring[QuerySpec[F, M, P]]

Inherited by implicit conversion ArrowAssoc from QuerySpec[F, M, P] to ArrowAssoc[QuerySpec[F, M, P]]

Ungrouped