Packages

class ErrorTimedMatcher[T, E] extends Matcher[F[T]]

Linear Supertypes
Matcher[F[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ErrorTimedMatcher
  2. Matcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ErrorTimedMatcher(check: ErrorValueCheck[T, E])(implicit arg0: ClassTag[E])

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[F[T]], dummy: Int): Matcher[S]
    Definition Classes
    Matcher
  5. def ^^[S](f: (S) => F[T]): Matcher[S]
    Definition Classes
    Matcher
  6. def and[S <: F[T]](m: => Matcher[S]): Matcher[S]
    Definition Classes
    Matcher
  7. def apply[S <: F[T]](e: Expectable[S]): MatchResult[S]
    Definition Classes
    ErrorTimedMatcher → 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() @HotSpotIntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def eventually(retries: Int, sleep: (Int) => Duration): Matcher[F[T]]
    Definition Classes
    Matcher
  13. def eventually(retries: Int, sleep: Duration): Matcher[F[T]]
    Definition Classes
    Matcher
  14. def eventually: Matcher[F[T]]
    Definition Classes
    Matcher
  15. def failure[S <: F[T]](message: => String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def iff(b: Boolean): Matcher[F[T]]
    Definition Classes
    Matcher
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. def lazily: Matcher[() => F[T]]
    Definition Classes
    Matcher
  21. def mute: Matcher[F[T]]
    Definition Classes
    Matcher
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def not: Matcher[F[T]]
    Definition Classes
    Matcher
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def or[S <: F[T]](m: => Matcher[S]): Matcher[S]
    Definition Classes
    Matcher
  27. def orPending(message: (String) => String): Matcher[F[T]]
    Definition Classes
    Matcher
  28. def orPending(m: String): Matcher[F[T]]
    Definition Classes
    Matcher
  29. def orPending: Matcher[F[T]]
    Definition Classes
    Matcher
  30. def orSkip(message: (String) => String): Matcher[F[T]]
    Definition Classes
    Matcher
  31. def orSkip(m: String): Matcher[F[T]]
    Definition Classes
    Matcher
  32. def orSkip: Matcher[F[T]]
    Definition Classes
    Matcher
  33. def result[S <: F[T]](other: org.specs2.matcher.MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  34. def result[S <: F[T]](other: Result, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  35. def result[S <: F[T]](other: MatchResult[_], value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  36. def result[S <: F[T]](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S], details: Details): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  37. def result[S <: F[T]](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S], expected: String, actual: String): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  38. def result[S <: F[T]](triplet: => (Boolean, String, String), value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  39. def result[S <: F[T]](test: => Boolean, okMessage: => String, koMessage: => String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  40. def setMessage(message: String): Matcher[F[T]]
    Definition Classes
    Matcher
  41. def success[S <: F[T]](message: => String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def test: (F[T]) => Boolean
    Definition Classes
    Matcher
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. def unless(b: Boolean, m: String): Matcher[F[T]]
    Definition Classes
    Matcher
  46. def updateMessage(f: (String) => String): Matcher[F[T]]
    Definition Classes
    Matcher
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. def when(b: Boolean, m: String): Matcher[F[T]]
    Definition Classes
    Matcher

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Matcher[F[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped