Class

diffson.jsonpatch.conformance.TestRfcConformance

ErrorConformanceTest

Related Doc: package TestRfcConformance

Permalink

case class ErrorConformanceTest(doc: Json, patch: Json, error: String, comment: Option[String], disabled: Option[Boolean]) extends ConformanceTest with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorConformanceTest
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ConformanceTest
  7. AnyRef
  8. Any
Implicitly
  1. by convertToEqualizer
  2. by convertToEqualizer
  3. by convertToAnyShouldWrapper
  4. by convertNumericToPlusOrMinusWrapper
  5. by convertToEqualizer
  6. by convertNumericToPlusOrMinusWrapper
  7. by PatchOps
  8. by DiffOps
  9. by any2stringadd
  10. by StringFormat
  11. by Ensuring
  12. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ErrorConformanceTest(doc: Json, patch: Json, error: String, comment: Option[String], disabled: Option[Boolean])

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  6. def apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, ErrorConformanceTest]): F[Json]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to PatchOps[ErrorConformanceTest] performed by method PatchOps in diffson.
    Definition Classes
    PatchOps
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val comment: Option[String]

    Permalink
  10. def diff[P](that: ErrorConformanceTest)(implicit Diff: Diff[ErrorConformanceTest, P]): P

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to DiffOps[ErrorConformanceTest] performed by method DiffOps in diffson.
    Definition Classes
    DiffOps
  11. val disabled: Option[Boolean]

    Permalink
  12. val doc: Json

    Permalink
  13. def ensuring(cond: (ErrorConformanceTest) ⇒ Boolean, msg: ⇒ Any): ErrorConformanceTest

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  18. val error: String

    Permalink
  19. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  23. val json: ErrorConformanceTest

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to DiffOps[ErrorConformanceTest] performed by method DiffOps in diffson.
    Definition Classes
    DiffOps
  24. val leftSideValue: ErrorConformanceTest

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

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

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

    Permalink
    Definition Classes
    AnyRef
  28. val patch: Json

    Permalink
  29. val pos: Position

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  4. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  5. def !==(spread: Spread[ErrorConformanceTest]): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  7. def !==(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  8. def !==(spread: Spread[ErrorConformanceTest]): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  10. def +-(tolerance: ErrorConformanceTest): Spread[ErrorConformanceTest]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  11. def +-(tolerance: ErrorConformanceTest): Spread[ErrorConformanceTest]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  12. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  13. def ===(spread: Spread[ErrorConformanceTest]): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  15. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  16. def ===(spread: Spread[ErrorConformanceTest]): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  18. def ===(literalNull: Null): Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  19. def ===(spread: Spread[ErrorConformanceTest]): Boolean

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  21. val leftSide: ErrorConformanceTest

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  22. val leftSide: ErrorConformanceTest

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  23. val leftSide: ErrorConformanceTest

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to org.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
  24. val patch: ErrorConformanceTest

    Permalink
    Implicit information
    This member is added by an implicit conversion from ErrorConformanceTest to PatchOps[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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ConformanceTest

Inherited from AnyRef

Inherited from Any

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

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

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

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

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

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

Inherited by implicit conversion PatchOps from ErrorConformanceTest to PatchOps[ErrorConformanceTest]

Inherited by implicit conversion DiffOps from ErrorConformanceTest to DiffOps[ErrorConformanceTest]

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

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

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

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

Ungrouped