Packages

case class DiffForMatcher[A](right: A)(implicit evidence$2: Diff[A]) extends Matcher[A] with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Matcher[A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DiffForMatcher
  2. Serializable
  3. Product
  4. Equals
  5. Matcher
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DiffForMatcher(right: A)(implicit arg0: Diff[A])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ^^[S](f: (S) => Expectable[A], dummy: Int): Matcher[S]
    Definition Classes
    Matcher
  5. def ^^[S](f: (S) => A): Matcher[S]
    Definition Classes
    Matcher
  6. def and[S <: A](m: => Matcher[S]): Matcher[S]
    Definition Classes
    Matcher
  7. def apply[S <: A](left: Expectable[S]): MatchResult[S]
    Definition Classes
    DiffForMatcher → Matcher
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def eventually(retries: Int, sleep: (Int) => Duration): Matcher[A]
    Definition Classes
    Matcher
  12. def eventually(retries: Int, sleep: Duration): Matcher[A]
    Definition Classes
    Matcher
  13. def eventually: Matcher[A]
    Definition Classes
    Matcher
  14. def failure[S <: A](message: => String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def iff(b: Boolean): Matcher[A]
    Definition Classes
    Matcher
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def lazily: Matcher[() => A]
    Definition Classes
    Matcher
  20. def mute: Matcher[A]
    Definition Classes
    Matcher
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def not: Matcher[A]
    Definition Classes
    Matcher
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. def or[S <: A](m: => Matcher[S]): Matcher[S]
    Definition Classes
    Matcher
  26. def orPending(message: (String) => String): Matcher[A]
    Definition Classes
    Matcher
  27. def orPending(m: String): Matcher[A]
    Definition Classes
    Matcher
  28. def orPending: Matcher[A]
    Definition Classes
    Matcher
  29. def orSkip(message: (String) => String): Matcher[A]
    Definition Classes
    Matcher
  30. def orSkip(m: String): Matcher[A]
    Definition Classes
    Matcher
  31. def orSkip: Matcher[A]
    Definition Classes
    Matcher
  32. def productElementNames: Iterator[String]
    Definition Classes
    Product
  33. def result[S <: A](other: org.specs2.matcher.MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  34. def result[S <: A](other: Result, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  35. def result[S <: A](other: MatchResult[_], value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  36. def result[S <: A](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S], details: Details): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  37. def result[S <: A](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S], expected: String, actual: String): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  38. def result[S <: A](triplet: => (Boolean, String, String), value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  39. def result[S <: A](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  40. val right: A
  41. def setMessage(message: String): Matcher[A]
    Definition Classes
    Matcher
  42. def success[S <: A](message: => String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. def test: (A) => Boolean
    Definition Classes
    Matcher
  45. def unless(b: Boolean, m: String): Matcher[A]
    Definition Classes
    Matcher
  46. def updateMessage(f: (String) => String): Matcher[A]
    Definition Classes
    Matcher
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. def when(b: Boolean, m: String): Matcher[A]
    Definition Classes
    Matcher

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Matcher[A]

Inherited from AnyRef

Inherited from Any

Ungrouped