Trait

longevity.test.QuerySpec

QTemplate

Related Doc: package QuerySpec

Permalink

sealed trait QTemplate extends AnyRef

Attributes
protected
Source
QuerySpec.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. QTemplate
  2. AnyRef
  3. 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

Value Members

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def ensuring(cond: (QTemplate) ⇒ Boolean, msg: ⇒ Any): QTemplate

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val leftSideValue: QTemplate

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. def should(endWithWord: EndWithWord)(implicit ev: <:<[QTemplate, String]): org.scalatest.Matchers.ResultOfEndWithWordForString

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  26. def should(notExist: ResultOfNotExist)(implicit existence: Existence[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  27. def should(existWord: ExistWord)(implicit existence: Existence[QTemplate]): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  31. def should(inv: TripleEqualsInvocationOnSpread[QTemplate])(implicit ev: Numeric[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  32. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: Constraint[QTemplate, U]): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  36. def should(rightMatcherX1: Matcher[QTemplate]): Unit

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  45. def shouldBe(right: DefinedWord)(implicit definition: Definition[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  46. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  47. def shouldBe(right: WritableWord)(implicit writability: Writability[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  48. def shouldBe(right: ReadableWord)(implicit readability: Readability[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  49. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  50. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  51. def shouldBe(right: SortedWord)(implicit sortable: Sortable[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  52. def shouldBe(spread: Spread[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  53. def shouldBe(beMatcher: BeMatcher[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  54. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  55. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  56. def shouldBe(comparison: ResultOfGreaterThanComparison[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  57. def shouldBe(comparison: ResultOfLessThanComparison[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  58. def shouldBe(right: Any): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  60. def shouldEqual(spread: Spread[QTemplate]): Unit

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  61. def shouldEqual(right: Any)(implicit equality: Equality[QTemplate]): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  65. def shouldNot(existWord: ExistWord)(implicit existence: Existence[QTemplate]): Unit

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  69. def shouldNot(rightMatcherX1: Matcher[QTemplate]): Unit

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  72. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. def [B](y: B): (QTemplate, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to ArrowAssoc[QTemplate] 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 QTemplate to org.scalatest.Assertions.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Assertions.Equalizer[QTemplate]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Assertions.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Assertions.Equalizer[QTemplate]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Assertions.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Assertions.Equalizer[QTemplate]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate] 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:
    (qTemplate: org.scalactic.TripleEquals.Equalizer[QTemplate]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate] 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:
    (qTemplate: org.scalactic.TripleEquals.Equalizer[QTemplate]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate] 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:
    (qTemplate: org.scalactic.TripleEquals.Equalizer[QTemplate]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.Equalizer[QTemplate]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.Equalizer[QTemplate]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.Equalizer[QTemplate]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def +-(tolerance: QTemplate): Spread[QTemplate]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.PlusOrMinusWrapper[QTemplate] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.PlusOrMinusWrapper[QTemplate]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  11. def +-(tolerance: QTemplate): Spread[QTemplate]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.Tolerance.PlusOrMinusWrapper[QTemplate] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[QTemplate] 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:
    (qTemplate: org.scalactic.Tolerance.PlusOrMinusWrapper[QTemplate]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  12. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Assertions.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Assertions.Equalizer[QTemplate]).===(literalNull)
    Definition Classes
    Equalizer
  13. def ===(spread: Spread[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Assertions.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Assertions.Equalizer[QTemplate]).===(spread)
    Definition Classes
    Equalizer
  14. def ===(rightSide: Any)(implicit equality: Equality[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Assertions.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Assertions.Equalizer[QTemplate]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  15. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate] 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:
    (qTemplate: org.scalactic.TripleEquals.Equalizer[QTemplate]).===(literalNull)
    Definition Classes
    Equalizer
  16. def ===(spread: Spread[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate] 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:
    (qTemplate: org.scalactic.TripleEquals.Equalizer[QTemplate]).===(spread)
    Definition Classes
    Equalizer
  17. def ===(rightSide: Any)(implicit equality: Equality[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate] 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:
    (qTemplate: org.scalactic.TripleEquals.Equalizer[QTemplate]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  18. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.Equalizer[QTemplate]).===(literalNull)
    Definition Classes
    Equalizer
  19. def ===(spread: Spread[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.Equalizer[QTemplate]).===(spread)
    Definition Classes
    Equalizer
  20. def ===(rightSide: Any)(implicit equality: Equality[QTemplate]): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.Equalizer[QTemplate]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  21. val leftSide: QTemplate

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Assertions.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Assertions.Equalizer[QTemplate]).leftSide
    Definition Classes
    Equalizer
  22. val leftSide: QTemplate

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate] 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:
    (qTemplate: org.scalactic.TripleEquals.Equalizer[QTemplate]).leftSide
    Definition Classes
    Equalizer
  23. val leftSide: QTemplate

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.Equalizer[QTemplate]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. def plusOrMinus(tolerance: QTemplate): Spread[QTemplate]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalatest.Matchers.PlusOrMinusWrapper[QTemplate] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[QTemplate] 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:
    (qTemplate: org.scalatest.Matchers.PlusOrMinusWrapper[QTemplate]).plusOrMinus(tolerance)
    Definition Classes
    PlusOrMinusWrapper
    Annotations
    @deprecated
    Deprecated

    The plusOrMinus method has been deprecated and will be removed in a future version of ScalaTest. Please use +- instead.

  2. def plusOrMinus(tolerance: QTemplate): Spread[QTemplate]

    Permalink
    Implicit information
    This member is added by an implicit conversion from QTemplate to org.scalactic.Tolerance.PlusOrMinusWrapper[QTemplate] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance. This conversion will take place only if an implicit value of type Numeric[QTemplate] 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:
    (qTemplate: org.scalactic.Tolerance.PlusOrMinusWrapper[QTemplate]).plusOrMinus(tolerance)
    Definition Classes
    PlusOrMinusWrapper
    Annotations
    @deprecated
    Deprecated

    The plusOrMinus method has been deprecated and will be removed in a future version of ScalaTest. Please use +- instead.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToEqualizer from QTemplate to org.scalatest.Assertions.Equalizer[QTemplate]

Inherited by implicit conversion convertToEqualizer from QTemplate to org.scalactic.TripleEquals.Equalizer[QTemplate]

Inherited by implicit conversion convertToAnyShouldWrapper from QTemplate to org.scalatest.Matchers.AnyShouldWrapper[QTemplate]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from QTemplate to org.scalatest.Matchers.PlusOrMinusWrapper[QTemplate]

Inherited by implicit conversion convertToEqualizer from QTemplate to org.scalatest.Matchers.Equalizer[QTemplate]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper from QTemplate to org.scalactic.Tolerance.PlusOrMinusWrapper[QTemplate]

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

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

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

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

Ungrouped