case class CommentConformanceTest(comment: String) extends ConformanceTest with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommentConformanceTest
  2. Serializable
  3. Product
  4. Equals
  5. ConformanceTest
  6. AnyRef
  7. Any
Implicitly
  1. by convertToEqualizer
  2. by convertToEqualizer
  3. by convertToAnyShouldWrapper
  4. by convertNumericToPlusOrMinusWrapper
  5. by convertToEqualizer
  6. by convertNumericToPlusOrMinusWrapper
  7. by 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. Protected

Instance Constructors

  1. new CommentConformanceTest(comment: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toany2stringadd[CommentConformanceTest] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (CommentConformanceTest, B)
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toArrowAssoc[CommentConformanceTest] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply[F[_], Json](json: Json)(implicit P: Patch[F, Json, CommentConformanceTest]): F[Json]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toPatchOps[CommentConformanceTest] performed by method PatchOps in diffson.
    Definition Classes
    PatchOps
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val comment: String
  10. def diff[P](that: CommentConformanceTest)(implicit Diff: Diff[CommentConformanceTest, P]): P
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toDiffOps[CommentConformanceTest] performed by method DiffOps in diffson.
    Definition Classes
    DiffOps
  11. def ensuring(cond: (CommentConformanceTest) => Boolean, msg: => Any): CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toEnsuring[CommentConformanceTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (CommentConformanceTest) => Boolean): CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toEnsuring[CommentConformanceTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: => Any): CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toEnsuring[CommentConformanceTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toEnsuring[CommentConformanceTest] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toStringFormat[CommentConformanceTest] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val json: CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toDiffOps[CommentConformanceTest] performed by method DiffOps in diffson.
    Definition Classes
    DiffOps
  21. val leftSideValue: CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val patch: CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toPatchOps[CommentConformanceTest] performed by method PatchOps in diffson.
    Definition Classes
    PatchOps
  26. val pos: Position
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  27. val prettifier: Prettifier
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. def should(endWithWord: EndWithWord)(implicit ev: <:<[CommentConformanceTest, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  30. def should(startWithWord: StartWithWord)(implicit ev: <:<[CommentConformanceTest, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  31. def should(includeWord: IncludeWord)(implicit ev: <:<[CommentConformanceTest, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  32. def should(notExist: ResultOfNotExist)(implicit existence: Existence[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  33. def should(existWord: ExistWord)(implicit existence: Existence[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  34. def should(containWord: ContainWord): ResultOfContainWord[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  35. def should(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  36. def should(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  37. def should(inv: TripleEqualsInvocationOnSpread[CommentConformanceTest])(implicit ev: Numeric[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  38. def should[U](inv: TripleEqualsInvocation[U])(implicit constraint: CanEqual[CommentConformanceTest, U]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  39. def should(notWord: NotWord): ResultOfNotWordForAny[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  40. def should[TYPECLASS1[_], TYPECLASS2[_]](rightMatcherFactory2: MatcherFactory2[CommentConformanceTest, TYPECLASS1, TYPECLASS2])(implicit typeClass1: TYPECLASS1[CommentConformanceTest], typeClass2: TYPECLASS2[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  41. def should[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[CommentConformanceTest, TYPECLASS1])(implicit typeClass1: TYPECLASS1[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  42. def should(rightMatcherX1: Matcher[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  43. def shouldBe[U >: T](resultOfAnWordApplication: ResultOfAnWordToBePropertyMatcherApplication[U])(implicit ev: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  44. def shouldBe[U >: T](resultOfAWordApplication: ResultOfAWordToBePropertyMatcherApplication[U])(implicit ev: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  45. def shouldBe(bePropertyMatcher: BePropertyMatcher[CommentConformanceTest])(implicit ev: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  46. def shouldBe(resultOfAnWordApplication: ResultOfAnWordToSymbolApplication)(implicit toAnyRef: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  47. def shouldBe(resultOfAWordApplication: ResultOfAWordToSymbolApplication)(implicit toAnyRef: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  48. def shouldBe(symbol: Symbol)(implicit toAnyRef: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  49. def shouldBe(resultOfSameInstanceAsApplication: ResultOfTheSameInstanceAsApplication)(implicit toAnyRef: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  50. def shouldBe(right: Null)(implicit ev: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  51. def shouldBe(right: DefinedWord)(implicit definition: Definition[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  52. def shouldBe(right: EmptyWord)(implicit emptiness: Emptiness[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  53. def shouldBe(right: WritableWord)(implicit writability: Writability[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  54. def shouldBe(right: ReadableWord)(implicit readability: Readability[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  55. macro def shouldBe(anType: ResultOfAnTypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  56. macro def shouldBe(aType: ResultOfATypeInvocation[_]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  57. def shouldBe(right: SortedWord)(implicit sortable: Sortable[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  58. def shouldBe(spread: Spread[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  59. def shouldBe(beMatcher: BeMatcher[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  60. def shouldBe(comparison: ResultOfGreaterThanOrEqualToComparison[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  61. def shouldBe(comparison: ResultOfLessThanOrEqualToComparison[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  62. def shouldBe(comparison: ResultOfGreaterThanComparison[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  63. def shouldBe(comparison: ResultOfLessThanComparison[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  64. def shouldBe(right: Any): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  65. def shouldEqual(right: Null)(implicit ev: <:<[CommentConformanceTest, AnyRef]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  66. def shouldEqual(spread: Spread[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  67. def shouldEqual(right: Any)(implicit equality: Equality[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  68. def shouldNot(includeWord: IncludeWord)(implicit ev: <:<[CommentConformanceTest, String]): org.scalatest.Matchers.ResultOfIncludeWordForString
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  69. def shouldNot(endWithWord: EndWithWord)(implicit ev: <:<[CommentConformanceTest, String]): org.scalatest.Matchers.ResultOfEndWithWordForString
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  70. def shouldNot(startWithWord: StartWithWord)(implicit ev: <:<[CommentConformanceTest, String]): org.scalatest.Matchers.ResultOfStartWithWordForString
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  71. def shouldNot(existWord: ExistWord)(implicit existence: Existence[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  72. def shouldNot(contain: ContainWord): ResultOfContainWord[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  73. def shouldNot(haveWord: HaveWord): org.scalatest.Matchers.ResultOfHaveWordForExtent[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  74. def shouldNot[TYPECLASS1[_]](rightMatcherFactory1: MatcherFactory1[CommentConformanceTest, TYPECLASS1])(implicit typeClass1: TYPECLASS1[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  75. def shouldNot(rightMatcherX1: Matcher[CommentConformanceTest]): Assertion
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  76. def shouldNot(beWord: BeWord): org.scalatest.Matchers.ResultOfBeWordForAny[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest] performed by method convertToAnyShouldWrapper in org.scalatest.Matchers.
    Definition Classes
    AnyShouldWrapper
  77. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  80. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Shadowed Implicit Value Members

  1. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Assertions.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Assertions.Equalizer[CommentConformanceTest]).!==(literalNull)
    Definition Classes
    Equalizer
  2. def !==(spread: Spread[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Assertions.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Assertions.Equalizer[CommentConformanceTest]).!==(spread)
    Definition Classes
    Equalizer
  3. def !==(rightSide: Any)(implicit equality: Equality[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Assertions.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Assertions.Equalizer[CommentConformanceTest]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  4. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.TripleEquals.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]).!==(literalNull)
    Definition Classes
    Equalizer
  5. def !==(spread: Spread[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.TripleEquals.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]).!==(spread)
    Definition Classes
    Equalizer
  6. def !==(rightSide: Any)(implicit equality: Equality[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.TripleEquals.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  7. def !==(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.Equalizer[CommentConformanceTest]).!==(literalNull)
    Definition Classes
    Equalizer
  8. def !==(spread: Spread[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.Equalizer[CommentConformanceTest]).!==(spread)
    Definition Classes
    Equalizer
  9. def !==(rightSide: Any)(implicit equality: Equality[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.Equalizer[CommentConformanceTest]).!==(rightSide)(equality)
    Definition Classes
    Equalizer
  10. def +-(tolerance: CommentConformanceTest): Spread[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.PlusOrMinusWrapper[CommentConformanceTest] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance.This conversion will take place only if an implicit value of type Numeric[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.PlusOrMinusWrapper[CommentConformanceTest]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  11. def +-(tolerance: CommentConformanceTest): Spread[CommentConformanceTest]
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.Tolerance.PlusOrMinusWrapper[CommentConformanceTest] performed by method convertNumericToPlusOrMinusWrapper in org.scalactic.Tolerance.This conversion will take place only if an implicit value of type Numeric[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.Tolerance.PlusOrMinusWrapper[CommentConformanceTest]).+-(tolerance)
    Definition Classes
    PlusOrMinusWrapper
  12. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Assertions.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Assertions.Equalizer[CommentConformanceTest]).===(literalNull)
    Definition Classes
    Equalizer
  13. def ===(spread: Spread[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Assertions.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Assertions.Equalizer[CommentConformanceTest]).===(spread)
    Definition Classes
    Equalizer
  14. def ===(rightSide: Any)(implicit equality: Equality[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Assertions.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Assertions.Equalizer[CommentConformanceTest]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  15. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.TripleEquals.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]).===(literalNull)
    Definition Classes
    Equalizer
  16. def ===(spread: Spread[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.TripleEquals.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]).===(spread)
    Definition Classes
    Equalizer
  17. def ===(rightSide: Any)(implicit equality: Equality[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.TripleEquals.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  18. def ===(literalNull: Null): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.Equalizer[CommentConformanceTest]).===(literalNull)
    Definition Classes
    Equalizer
  19. def ===(spread: Spread[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.Equalizer[CommentConformanceTest]).===(spread)
    Definition Classes
    Equalizer
  20. def ===(rightSide: Any)(implicit equality: Equality[CommentConformanceTest]): Boolean
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.Equalizer[CommentConformanceTest]).===(rightSide)(equality)
    Definition Classes
    Equalizer
  21. val leftSide: CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Assertions.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Assertions.Equalizer[CommentConformanceTest]).leftSide
    Definition Classes
    Equalizer
  22. val leftSide: CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalactic.TripleEquals.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]).leftSide
    Definition Classes
    Equalizer
  23. val leftSide: CommentConformanceTest
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toorg.scalatest.Matchers.Equalizer[CommentConformanceTest] 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:
    (commentConformanceTest: org.scalatest.Matchers.Equalizer[CommentConformanceTest]).leftSide
    Definition Classes
    Equalizer

Deprecated Value Members

  1. def [B](y: B): (CommentConformanceTest, B)
    Implicit
    This member is added by an implicit conversion from CommentConformanceTest toArrowAssoc[CommentConformanceTest] 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.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ConformanceTest

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion convertToEqualizer fromCommentConformanceTest to org.scalatest.Assertions.Equalizer[CommentConformanceTest]

Inherited by implicit conversion convertToEqualizer fromCommentConformanceTest to org.scalactic.TripleEquals.Equalizer[CommentConformanceTest]

Inherited by implicit conversion convertToAnyShouldWrapper fromCommentConformanceTest to org.scalatest.Matchers.AnyShouldWrapper[CommentConformanceTest]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper fromCommentConformanceTest to org.scalatest.Matchers.PlusOrMinusWrapper[CommentConformanceTest]

Inherited by implicit conversion convertToEqualizer fromCommentConformanceTest to org.scalatest.Matchers.Equalizer[CommentConformanceTest]

Inherited by implicit conversion convertNumericToPlusOrMinusWrapper fromCommentConformanceTest to org.scalactic.Tolerance.PlusOrMinusWrapper[CommentConformanceTest]

Inherited by implicit conversion PatchOps fromCommentConformanceTest to PatchOps[CommentConformanceTest]

Inherited by implicit conversion DiffOps fromCommentConformanceTest to DiffOps[CommentConformanceTest]

Inherited by implicit conversion any2stringadd fromCommentConformanceTest to any2stringadd[CommentConformanceTest]

Inherited by implicit conversion StringFormat fromCommentConformanceTest to StringFormat[CommentConformanceTest]

Inherited by implicit conversion Ensuring fromCommentConformanceTest to Ensuring[CommentConformanceTest]

Inherited by implicit conversion ArrowAssoc fromCommentConformanceTest to ArrowAssoc[CommentConformanceTest]

Ungrouped