Class

io.rdbc.test.NonExistingColumnSpec

WrongStatement

Related Doc: package NonExistingColumnSpec

Permalink

final case class WrongStatement(stmt: ExecutableStatement, errPos: Int) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WrongStatement
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. 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 WrongStatement(stmt: ExecutableStatement, errPos: Int)

    Permalink

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrongStatement to ArrowAssoc[WrongStatement] 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: (WrongStatement) ⇒ Boolean, msg: ⇒ Any): WrongStatement

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  13. val errPos: Int

    Permalink
  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 WrongStatement to StringFormat[WrongStatement] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  16. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  18. val leftSideValue: WrongStatement

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. val pos: Position

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrongStatement to org.scalatest.Matchers.AnyShouldWrapper[WrongStatement] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  23. val prettifier: Prettifier

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from WrongStatement to org.scalatest.Matchers.AnyShouldWrapper[WrongStatement] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  72. val stmt: ExecutableStatement

    Permalink
  73. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  74. final def wait(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

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

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

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

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

Ungrouped