final case class WrongStatement(stmt: ExecutableStatement, errPos: Int) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WrongStatement
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by convertToEqualizer
- by convertToEqualizer
- by convertToAnyShouldWrapper
- by convertNumericToPlusOrMinusWrapper
- by convertToEqualizer
- by convertNumericToPlusOrMinusWrapper
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from WrongStatement to any2stringadd[WrongStatement] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (WrongStatement, B)
- Implicit
- 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()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate() @throws( ... )
-
def
ensuring(cond: (WrongStatement) ⇒ Boolean, msg: ⇒ Any): WrongStatement
- Implicit
- This member is added by an implicit conversion from WrongStatement to Ensuring[WrongStatement] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (WrongStatement) ⇒ Boolean): WrongStatement
- Implicit
- This member is added by an implicit conversion from WrongStatement to Ensuring[WrongStatement] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): WrongStatement
- Implicit
- This member is added by an implicit conversion from WrongStatement to Ensuring[WrongStatement] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): WrongStatement
- Implicit
- This member is added by an implicit conversion from WrongStatement to Ensuring[WrongStatement] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errPos: Int
-
def
formatted(fmtstr: String): String
- Implicit
- 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()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
leftSideValue: WrongStatement
- Implicit
- 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
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
pos: Position
- Implicit
- 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
-
val
prettifier: Prettifier
- Implicit
- 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
-
def
should(endWithWord: EndWithWord)(implicit ev: <:<[WrongStatement, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
- Implicit
- 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
-
def
should(startWithWord: StartWithWord)(implicit ev: <:<[WrongStatement, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
- Implicit
- 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
-
def
should(includeWord: IncludeWord)(implicit ev: <:<[WrongStatement, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
- Implicit
- 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
-
def
should(notExist: ResultOfNotExist)(implicit existence: Existence[WrongStatement]): Assertion
- Implicit
- 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
-
def
should(existWord: ExistWord)(implicit existence: Existence[WrongStatement]): Assertion
- Implicit
- 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
-
def
should(containWord: ContainWord): ResultOfContainWord[WrongStatement]
- Implicit
- 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
-
def
should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[WrongStatement]
- Implicit
- 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
-
def
should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[WrongStatement]
- Implicit
- 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
-
def
should(inv: TripleEqualsInvocationOnSpread[WrongStatement])(implicit ev: Numeric[WrongStatement]): Assertion
- Implicit
- 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
-
def
should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[WrongStatement, U]): Assertion
- Implicit
- 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
-
def
should(notWord: NotWord): ResultOfNotWordForAny[WrongStatement]
- Implicit
- 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
-
def
should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[WrongStatement, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[WrongStatement], typeClass2: TYPECLASS2[WrongStatement]): Assertion
- Implicit
- 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
-
def
should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[WrongStatement, TYPECLASS1])(implicit typeClass1: TYPECLASS1[WrongStatement]): Assertion
- Implicit
- 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
-
def
should(rightMatcherX1: Matcher[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe(bePropertyMatcher: BePropertyMatcher[WrongStatement])(implicit ev: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe(right: Null)(implicit ev: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldBe(right: DefinedWord)(implicit definition: Definition[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(right: WritableWord)(implicit writability: Writability[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(right: ReadableWord)(implicit readability: Readability[WrongStatement]): Assertion
- Implicit
- 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
-
macro
def
shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
- Implicit
- 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
-
macro
def
shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
- Implicit
- 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
-
def
shouldBe(right: SortedWord)(implicit sortable: Sortable[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(spread: Spread[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(beMatcher: BeMatcher[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(comparison: ResultOfLessThanOrEqualToComparison[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(comparison: ResultOfGreaterThanComparison[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(comparison: ResultOfLessThanComparison[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldBe(right: Any): Assertion
- Implicit
- 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
-
def
shouldEqual(right: Null)(implicit ev: <:<[WrongStatement, AnyRef]): Assertion
- Implicit
- 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
-
def
shouldEqual(spread: Spread[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldEqual(right: Any)(implicit equality: Equality[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldNot(includeWord: IncludeWord)(implicit ev: <:<[WrongStatement, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
- Implicit
- 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
-
def
shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[WrongStatement, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
- Implicit
- 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
-
def
shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[WrongStatement, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
- Implicit
- 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
-
def
shouldNot(existWord: ExistWord)(implicit existence: Existence[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldNot(contain: ContainWord): ResultOfContainWord[WrongStatement]
- Implicit
- 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
-
def
shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[WrongStatement]
- Implicit
- 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
-
def
shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[WrongStatement, TYPECLASS1])(implicit typeClass1: TYPECLASS1[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldNot(rightMatcherX1: Matcher[WrongStatement]): Assertion
- Implicit
- 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
-
def
shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[WrongStatement]
- Implicit
- 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
- val stmt: ExecutableStatement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
→[B](y: B): (WrongStatement, B)
- Implicit
- 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
-
def
!==(literalNull: Null): Boolean
- Implicit
- 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
-
def
!==(spread: Spread[WrongStatement]): Boolean
- Implicit
- 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
-
def
!==(rightSide: Any)(implicit equality: Equality[WrongStatement]): Boolean
- Implicit
- 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
-
def
!==(literalNull: Null): Boolean
- Implicit
- 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
-
def
!==(spread: Spread[WrongStatement]): Boolean
- Implicit
- 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
-
def
!==(rightSide: Any)(implicit equality: Equality[WrongStatement]): Boolean
- Implicit
- 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
-
def
!==(literalNull: Null): Boolean
- Implicit
- 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
-
def
!==(spread: Spread[WrongStatement]): Boolean
- Implicit
- 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
-
def
!==(rightSide: Any)(implicit equality: Equality[WrongStatement]): Boolean
- Implicit
- 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
-
def
+-(tolerance: WrongStatement): Spread[WrongStatement]
- Implicit
- 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
-
def
+-(tolerance: WrongStatement): Spread[WrongStatement]
- Implicit
- 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
-
def
===(literalNull: Null): Boolean
- Implicit
- 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
-
def
===(spread: Spread[WrongStatement]): Boolean
- Implicit
- 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
-
def
===(rightSide: Any)(implicit equality: Equality[WrongStatement]): Boolean
- Implicit
- 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
-
def
===(literalNull: Null): Boolean
- Implicit
- 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
-
def
===(spread: Spread[WrongStatement]): Boolean
- Implicit
- 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
-
def
===(rightSide: Any)(implicit equality: Equality[WrongStatement]): Boolean
- Implicit
- 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
-
def
===(literalNull: Null): Boolean
- Implicit
- 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
-
def
===(spread: Spread[WrongStatement]): Boolean
- Implicit
- 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
-
def
===(rightSide: Any)(implicit equality: Equality[WrongStatement]): Boolean
- Implicit
- 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
-
val
leftSide: WrongStatement
- Implicit
- 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
-
val
leftSide: WrongStatement
- Implicit
- 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
-
val
leftSide: WrongStatement
- Implicit
- 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