case class ErrorConformanceTest(doc: Json, patch: Json, error: String, comment: Option[String], disabled: Option[Boolean]) extends ConformanceTest with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ErrorConformanceTest
- Serializable
- Product
- Equals
- ConformanceTest
- AnyRef
- Any
Implicitly
- by convertToEqualizer
- by convertToEqualizer
- by convertToAnyShouldWrapper
- by convertNumericToPlusOrMinusWrapper
- by convertToEqualizer
- by convertNumericToPlusOrMinusWrapper
- by PatchOps
- by DiffOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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 ErrorConformanceTest toany2stringadd[ErrorConformanceTest] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ErrorConformanceTest, B)
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toArrowAssoc[ErrorConformanceTest] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, ErrorConformanceTest]): F[Json]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toPatchOps[ErrorConformanceTest] performed by method PatchOps in diffson.
- Definition Classes
- PatchOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val comment: Option[String]
- def diff[P](that: ErrorConformanceTest)(implicit Diff: Diff[ErrorConformanceTest, P]): P
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toDiffOps[ErrorConformanceTest] performed by method DiffOps in diffson.
- Definition Classes
- DiffOps
- val disabled: Option[Boolean]
- val doc: Json
- def ensuring(cond: (ErrorConformanceTest) => Boolean, msg: => Any): ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toEnsuring[ErrorConformanceTest] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ErrorConformanceTest) => Boolean): ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toEnsuring[ErrorConformanceTest] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toEnsuring[ErrorConformanceTest] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toEnsuring[ErrorConformanceTest] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val error: String
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toStringFormat[ErrorConformanceTest] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val json: ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toDiffOps[ErrorConformanceTest] performed by method DiffOps in diffson.
- Definition Classes
- DiffOps
- val leftSideValue: ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val patch: Json
- val pos: Position
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- val prettifier: Prettifier
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def should(endWithWord: EndWithWord)(implicit ev: <:<[ErrorConformanceTest, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(startWithWord: StartWithWord)(implicit ev: <:<[ErrorConformanceTest, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(includeWord: IncludeWord)(implicit ev: <:<[ErrorConformanceTest, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(notExist: ResultOfNotExist)(implicit existence: Existence[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(existWord: ExistWord)(implicit existence: Existence[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(containWord: ContainWord): ResultOfContainWord[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(inv: TripleEqualsInvocationOnSpread[ErrorConformanceTest])(implicit ev: Numeric[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[ErrorConformanceTest, U]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(notWord: NotWord): ResultOfNotWordForAny[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[ErrorConformanceTest, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[ErrorConformanceTest], typeClass2: TYPECLASS2[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[ErrorConformanceTest, TYPECLASS1])(implicit typeClass1: TYPECLASS1[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def should(rightMatcherX1: Matcher[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(bePropertyMatcher: BePropertyMatcher[ErrorConformanceTest])(implicit ev: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(right: Null)(implicit ev: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(right: DefinedWord)(implicit definition: Definition[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(right: WritableWord)(implicit writability: Writability[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(right: ReadableWord)(implicit readability: Readability[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] 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 ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] 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 ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(right: SortedWord)(implicit sortable: Sortable[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(spread: Spread[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(beMatcher: BeMatcher[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(comparison: ResultOfGreaterThanComparison[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldBe(comparison: ResultOfLessThanComparison[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] 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 ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldEqual(right: Null)(implicit ev: <:<[ErrorConformanceTest, AnyRef]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldEqual(spread: Spread[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldEqual(right: Any)(implicit equality: Equality[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[ErrorConformanceTest, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[ErrorConformanceTest, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[ErrorConformanceTest, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(existWord: ExistWord)(implicit existence: Existence[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(contain: ContainWord): ResultOfContainWord[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[ErrorConformanceTest, TYPECLASS1])(implicit typeClass1: TYPECLASS1[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(rightMatcherX1: Matcher[ErrorConformanceTest]): Assertion
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[ErrorConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
- Definition Classes
- AnyShouldWrapper
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Shadowed Implicit Value Members
- def !==(literalNull: Null): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Assertions.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Assertions.Equalizer[ErrorConformanceTest]).!==(literalNull)
- Definition Classes
- Equalizer
- def !==(spread: Spread[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Assertions.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Assertions.Equalizer[ErrorConformanceTest]).!==(spread)
- Definition Classes
- Equalizer
- def !==(rightSide: Any)(implicit equality: Equality[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Assertions.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Assertions.Equalizer[ErrorConformanceTest]).!==(rightSide)(equality)
- Definition Classes
- Equalizer
- def !==(literalNull: Null): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.TripleEquals.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.TripleEquals.Equalizer[ErrorConformanceTest]).!==(literalNull)
- Definition Classes
- Equalizer
- def !==(spread: Spread[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.TripleEquals.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.TripleEquals.Equalizer[ErrorConformanceTest]).!==(spread)
- Definition Classes
- Equalizer
- def !==(rightSide: Any)(implicit equality: Equality[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.TripleEquals.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.TripleEquals.Equalizer[ErrorConformanceTest]).!==(rightSide)(equality)
- Definition Classes
- Equalizer
- def !==(literalNull: Null): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.Equalizer[ErrorConformanceTest]).!==(literalNull)
- Definition Classes
- Equalizer
- def !==(spread: Spread[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.Equalizer[ErrorConformanceTest]).!==(spread)
- Definition Classes
- Equalizer
- def !==(rightSide: Any)(implicit equality: Equality[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.Equalizer[ErrorConformanceTest]).!==(rightSide)(equality)
- Definition Classes
- Equalizer
- def +-(tolerance: ErrorConformanceTest): Spread[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.PlusOrMinusWrapper[ErrorConformanceTest] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance.This conversion will take place only if an implicit value of type Numeric[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.PlusOrMinusWrapper[ErrorConformanceTest]).+-(tolerance)
- Definition Classes
- PlusOrMinusWrapper
- def +-(tolerance: ErrorConformanceTest): Spread[ErrorConformanceTest]
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.Tolerance.PlusOrMinusWrapper[ErrorConformanceTest] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance.This conversion will take place only if an implicit value of type Numeric[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.Tolerance.PlusOrMinusWrapper[ErrorConformanceTest]).+-(tolerance)
- Definition Classes
- PlusOrMinusWrapper
- def ===(literalNull: Null): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Assertions.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Assertions.Equalizer[ErrorConformanceTest]).===(literalNull)
- Definition Classes
- Equalizer
- def ===(spread: Spread[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Assertions.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Assertions.Equalizer[ErrorConformanceTest]).===(spread)
- Definition Classes
- Equalizer
- def ===(rightSide: Any)(implicit equality: Equality[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Assertions.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Assertions.Equalizer[ErrorConformanceTest]).===(rightSide)(equality)
- Definition Classes
- Equalizer
- def ===(literalNull: Null): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.TripleEquals.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.TripleEquals.Equalizer[ErrorConformanceTest]).===(literalNull)
- Definition Classes
- Equalizer
- def ===(spread: Spread[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.TripleEquals.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.TripleEquals.Equalizer[ErrorConformanceTest]).===(spread)
- Definition Classes
- Equalizer
- def ===(rightSide: Any)(implicit equality: Equality[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.TripleEquals.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.TripleEquals.Equalizer[ErrorConformanceTest]).===(rightSide)(equality)
- Definition Classes
- Equalizer
- def ===(literalNull: Null): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.Equalizer[ErrorConformanceTest]).===(literalNull)
- Definition Classes
- Equalizer
- def ===(spread: Spread[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.Equalizer[ErrorConformanceTest]).===(spread)
- Definition Classes
- Equalizer
- def ===(rightSide: Any)(implicit equality: Equality[ErrorConformanceTest]): Boolean
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.Equalizer[ErrorConformanceTest]).===(rightSide)(equality)
- Definition Classes
- Equalizer
- val leftSide: ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Assertions.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Assertions.Equalizer[ErrorConformanceTest]).leftSide
- Definition Classes
- Equalizer
- val leftSide: ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalactic.TripleEquals.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalactic.TripleEquals.Equalizer[ErrorConformanceTest]).leftSide
- Definition Classes
- Equalizer
- val leftSide: ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toorg.scalatest.Matchers.Equalizer[ErrorConformanceTest] 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:(errorConformanceTest: org.scalatest.Matchers.Equalizer[ErrorConformanceTest]).leftSide
- Definition Classes
- Equalizer
- val patch: ErrorConformanceTest
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toPatchOps[ErrorConformanceTest] performed by method PatchOps in diffson.
- Shadowing
- This implicitly inherited member is shadowed by one or more members in this class.
To access this member you can use a type ascription:(errorConformanceTest: PatchOps[ErrorConformanceTest]).patch
- Definition Classes
- PatchOps
Deprecated Value Members
- def →[B](y: B): (ErrorConformanceTest, B)
- Implicit
- This member is added by an implicit conversion from ErrorConformanceTest toArrowAssoc[ErrorConformanceTest] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.