Packages

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

Source
TaskMatchers.scala
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
Implicitly
  1. by Returns
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

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 TaskMatcher[T] to any2stringadd[TaskMatcher[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (TaskMatcher[T], B)
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to ArrowAssoc[TaskMatcher[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → 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: FiniteDuration): TaskMatcher[T]
  12. val check: ValueCheck[T]
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. val duration: Option[FiniteDuration]
  15. def ensuring(cond: (TaskMatcher[T]) ⇒ Boolean, msg: ⇒ Any): TaskMatcher[T]
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to Ensuring[TaskMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: (TaskMatcher[T]) ⇒ Boolean): TaskMatcher[T]
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to Ensuring[TaskMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean, msg: ⇒ Any): TaskMatcher[T]
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to Ensuring[TaskMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: Boolean): TaskMatcher[T]
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to Ensuring[TaskMatcher[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def eventually(retries: Int, sleep: Duration): Matcher[Task[T]]
    Definition Classes
    Matcher
  21. def eventually: Matcher[Task[T]]
    Definition Classes
    Matcher
  22. def failure[S <: Task[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to StringFormat[TaskMatcher[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def iff(b: Boolean): Matcher[Task[T]]
    Definition Classes
    Matcher
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def lazily: Matcher[() ⇒ Task[T]]
    Definition Classes
    Matcher
  29. def mute: Matcher[Task[T]]
    Definition Classes
    Matcher
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def not: Matcher[Task[T]]
    Definition Classes
    Matcher
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. def or[S <: Task[T]](m: ⇒ Matcher[S]): Matcher[S]
    Definition Classes
    Matcher
  35. def orPending(message: (String) ⇒ String): Matcher[Task[T]]
    Definition Classes
    Matcher
  36. def orPending(m: String): Matcher[Task[T]]
    Definition Classes
    Matcher
  37. def orPending: Matcher[Task[T]]
    Definition Classes
    Matcher
  38. def orSkip(message: (String) ⇒ String): Matcher[Task[T]]
    Definition Classes
    Matcher
  39. def orSkip(m: String): Matcher[Task[T]]
    Definition Classes
    Matcher
  40. def orSkip: Matcher[Task[T]]
    Definition Classes
    Matcher
  41. def result[S <: Task[T]](other: specs2.matcher.MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  42. def result[S <: Task[T]](other: Result, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  43. def result[S <: Task[T]](other: MatchResult[_], value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  44. def result[S <: Task[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S], details: Details): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  45. 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
  46. def result[S <: Task[T]](triplet: ⇒ (Boolean, String, String), value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  47. def result[S <: Task[T]](test: ⇒ Boolean, okMessage: ⇒ String, koMessage: ⇒ String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  48. def returns(m: String): MatchResult[Result]
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to specs2.matcher.Returns[TaskMatcher[T]] performed by method Returns in org.specs2.matcher.ReturnsSyntax. This conversion will take place only if an implicit value of type AsResult[TaskMatcher[T]] is in scope.
    Definition Classes
    Returns
  49. def returnsMatch(m: String): MatchResult[Result]
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to specs2.matcher.Returns[TaskMatcher[T]] performed by method Returns in org.specs2.matcher.ReturnsSyntax. This conversion will take place only if an implicit value of type AsResult[TaskMatcher[T]] is in scope.
    Definition Classes
    Returns
  50. def returnsResult(m: String): MatchResult[Result]
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to specs2.matcher.Returns[TaskMatcher[T]] performed by method Returns in org.specs2.matcher.ReturnsSyntax. This conversion will take place only if an implicit value of type AsResult[TaskMatcher[T]] is in scope.
    Definition Classes
    Returns
  51. def setMessage(message: String): Matcher[Task[T]]
    Definition Classes
    Matcher
  52. def success[S <: Task[T]](message: ⇒ String, value: Expectable[S]): MatchResult[S]
    Attributes
    protected
    Definition Classes
    Matcher
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def test: (Task[T]) ⇒ Boolean
    Definition Classes
    Matcher
  55. def unless(b: Boolean, m: String): Matcher[Task[T]]
    Definition Classes
    Matcher
  56. def updateMessage(f: (String) ⇒ String): Matcher[Task[T]]
    Definition Classes
    Matcher
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  60. def when(b: Boolean, m: String): Matcher[Task[T]]
    Definition Classes
    Matcher
  61. def withValue(t: T): TaskMatcher[T]
  62. def withValue(check: ValueCheck[T]): TaskMatcher[T]
  63. def [B](y: B): (TaskMatcher[T], B)
    Implicit
    This member is added by an implicit conversion from TaskMatcher[T] to ArrowAssoc[TaskMatcher[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Matcher[Task[T]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion Returns from TaskMatcher[T] to specs2.matcher.Returns[TaskMatcher[T]]

Inherited by implicit conversion any2stringadd from TaskMatcher[T] to any2stringadd[TaskMatcher[T]]

Inherited by implicit conversion StringFormat from TaskMatcher[T] to StringFormat[TaskMatcher[T]]

Inherited by implicit conversion Ensuring from TaskMatcher[T] to Ensuring[TaskMatcher[T]]

Inherited by implicit conversion ArrowAssoc from TaskMatcher[T] to ArrowAssoc[TaskMatcher[T]]

Ungrouped