Class

org.scalatest.matchers

NotEqualMatchResult

Related Doc: package matchers

Permalink

class NotEqualMatchResult extends MatchResult

Linear Supertypes
MatchResult, Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotEqualMatchResult
  2. MatchResult
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NotEqualMatchResult(matches: Boolean, rawFailureMessage: String, rawNegatedFailureMessage: String, failureMessageArgs: IndexedSeq[Any], negatedFailureMessageArgs: IndexedSeq[Any])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def failureMessage(implicit prettifier: Prettifier): String

    Permalink

    Construct failure message to report if a match fails, using rawFailureMessage, failureMessageArgs and prettifier

    Construct failure message to report if a match fails, using rawFailureMessage, failureMessageArgs and prettifier

    returns

    failure message to report if a match fails

    Definition Classes
    MatchResult
  8. val failureMessageArgs: IndexedSeq[Any]

    Permalink

    arguments for constructing failure message to report if a match fails

    arguments for constructing failure message to report if a match fails

    Definition Classes
    MatchResult
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  12. val matches: Boolean

    Permalink

    indicates whether or not the matcher matched

    indicates whether or not the matcher matched

    Definition Classes
    MatchResult
  13. def midSentenceFailureMessage(implicit prettifier: Prettifier): String

    Permalink

    Construct failure message suitable for appearing mid-sentence, using rawMidSentenceFailureMessage, midSentenceFailureMessageArgs and prettifier

    Construct failure message suitable for appearing mid-sentence, using rawMidSentenceFailureMessage, midSentenceFailureMessageArgs and prettifier

    returns

    failure message suitable for appearing mid-sentence

    Definition Classes
    MatchResult
  14. val midSentenceFailureMessageArgs: IndexedSeq[Any]

    Permalink

    arguments for constructing failure message suitable for appearing mid-sentence

    arguments for constructing failure message suitable for appearing mid-sentence

    Definition Classes
    MatchResult
  15. def midSentenceNegatedFailureMessage(implicit prettifier: Prettifier): String

    Permalink

    Construct negated failure message suitable for appearing mid-sentence, using rawMidSentenceNegatedFailureMessage, midSentenceNegatedFailureMessageArgs and prettifier

    Construct negated failure message suitable for appearing mid-sentence, using rawMidSentenceNegatedFailureMessage, midSentenceNegatedFailureMessageArgs and prettifier

    returns

    negated failure message suitable for appearing mid-sentence

    Definition Classes
    NotEqualMatchResultMatchResult
  16. val midSentenceNegatedFailureMessageArgs: IndexedSeq[Any]

    Permalink

    arguments for constructing negated failure message suitable for appearing mid-sentence

    arguments for constructing negated failure message suitable for appearing mid-sentence

    Definition Classes
    MatchResult
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def negated: MatchResult

    Permalink

    Get a negated version of this MatchResult, matches field will be negated and all messages field will be substituted with its counter-part.

    Get a negated version of this MatchResult, matches field will be negated and all messages field will be substituted with its counter-part.

    returns

    a negated version of this MatchResult

    Definition Classes
    NotEqualMatchResultMatchResult
  19. def negatedFailureMessage(implicit prettifier: Prettifier): String

    Permalink

    Construct message with a meaning opposite to that of the failure message, using rawNegatedFailureMessage, negatedFailureMessageArgs and prettifier

    Construct message with a meaning opposite to that of the failure message, using rawNegatedFailureMessage, negatedFailureMessageArgs and prettifier

    returns

    message with a meaning opposite to that of the failure message

    Definition Classes
    NotEqualMatchResultMatchResult
  20. val negatedFailureMessageArgs: IndexedSeq[Any]

    Permalink

    arguments for constructing message with a meaning opposite to that of the failure message

    arguments for constructing message with a meaning opposite to that of the failure message

    Definition Classes
    MatchResult
  21. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  23. val rawFailureMessage: String

    Permalink

    raw failure message to report if a match fails

    raw failure message to report if a match fails

    Definition Classes
    MatchResult
  24. val rawMidSentenceFailureMessage: String

    Permalink

    raw failure message suitable for appearing mid-sentence

    raw failure message suitable for appearing mid-sentence

    Definition Classes
    MatchResult
  25. val rawMidSentenceNegatedFailureMessage: String

    Permalink

    raw negated failure message suitable for appearing mid-sentence

    raw negated failure message suitable for appearing mid-sentence

    Definition Classes
    MatchResult
  26. val rawNegatedFailureMessage: String

    Permalink

    raw message with a meaning opposite to that of the failure message

    raw message with a meaning opposite to that of the failure message

    Definition Classes
    MatchResult
  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MatchResult

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped