org.specs2.matcher

TaskMatcher

case class TaskMatcher[T](check: ValueCheck[T], duration: Option[Duration]) extends Matcher[Task[T]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Matcher[Task[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TaskMatcher
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Matcher
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TaskMatcher(check: ValueCheck[T], duration: Option[Duration])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def ^^[S](f: (S) ⇒ Expectable[Task[T]], dummy: Int): Matcher[S]

    Definition Classes
    Matcher
  7. def ^^[S](f: (S) ⇒ Task[T]): Matcher[S]

    Definition Classes
    Matcher
  8. def and[S <: Task[T]](m: ⇒ Matcher[S]): Matcher[S]

    Definition Classes
    Matcher
  9. def apply[S <: Task[T]](e: Expectable[S]): MatchResult[S]

    Definition Classes
    TaskMatcher → Matcher
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def before(d: Duration): TaskMatcher[T]

  12. val check: ValueCheck[T]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val duration: Option[Duration]

  15. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  16. def eventually(retries: Int, sleep: Duration): Matcher[Task[T]]

    Definition Classes
    Matcher
  17. def eventually: Matcher[Task[T]]

    Definition Classes
    Matcher
  18. def failure[S <: Task[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  19. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  21. def iff(b: Boolean): Matcher[Task[T]]

    Definition Classes
    Matcher
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def lazily: Matcher[() ⇒ Task[T]]

    Definition Classes
    Matcher
  24. def mute: Matcher[Task[T]]

    Definition Classes
    Matcher
  25. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  26. def not: Matcher[Task[T]]

    Definition Classes
    Matcher
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def or[S <: Task[T]](m: ⇒ Matcher[S]): Matcher[S]

    Definition Classes
    Matcher
  30. def orPending(message: (String) ⇒ String): Matcher[Task[T]]

    Definition Classes
    Matcher
  31. def orPending(m: String): Matcher[Task[T]]

    Definition Classes
    Matcher
  32. def orPending: Matcher[Task[T]]

    Definition Classes
    Matcher
  33. def orSkip(message: (String) ⇒ String): Matcher[Task[T]]

    Definition Classes
    Matcher
  34. def orSkip(m: String): Matcher[Task[T]]

    Definition Classes
    Matcher
  35. def orSkip: Matcher[Task[T]]

    Definition Classes
    Matcher
  36. def result[S <: Task[T]](other: MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  37. def result[S <: Task[T]](other: Result, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  38. def result[S <: Task[T]](other: MatchResult[_], value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  39. def result[S <: Task[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], details: Details): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  40. def result[S <: Task[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], expected: String, actual: String): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  41. def result[S <: Task[T]](triplet: ⇒ (Boolean, String, String), value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  42. def result[S <: Task[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  43. def setMessage(message: String): Matcher[Task[T]]

    Definition Classes
    Matcher
  44. def success[S <: Task[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]

    Attributes
    protected
    Definition Classes
    Matcher
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def test: (Task[T]) ⇒ Boolean

    Definition Classes
    Matcher
  47. def unless(b: Boolean, m: String): Matcher[Task[T]]

    Definition Classes
    Matcher
  48. def updateMessage(f: (String) ⇒ String): Matcher[Task[T]]

    Definition Classes
    Matcher
  49. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. def when(b: Boolean, m: String): Matcher[Task[T]]

    Definition Classes
    Matcher
  53. def withValue(t: T): TaskMatcher[T]

  54. def withValue(check: ValueCheck[T]): TaskMatcher[T]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Matcher[Task[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped