org.specs2.matcher.ProcessMatchers

ProcessLastMatcher

Related Doc: package ProcessMatchers

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

Linear Supertypes
Serializable, Serializable, Product, Equals, Matcher[Process[Task, T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ProcessLastMatcher
  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 ProcessLastMatcher(check: ValueCheck[Option[T]], duration: Option[Duration])

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[Process[Task, T]], dummy: Int): Matcher[S]

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

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

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

    Definition Classes
    ProcessLastMatcher → Matcher
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def before(d: Duration): ProcessLastMatcher[T]

  10. val check: ValueCheck[Option[T]]

  11. def clone(): AnyRef

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

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

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

    Definition Classes
    Matcher
  15. def eventually: Matcher[Process[Task, T]]

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

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

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

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

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

    Definition Classes
    Any
  21. def lazily: Matcher[() ⇒ Process[Task, T]]

    Definition Classes
    Matcher
  22. def mute: Matcher[Process[Task, T]]

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

    Definition Classes
    AnyRef
  24. def not: Matcher[Process[Task, T]]

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

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

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

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

    Definition Classes
    Matcher
  29. def orPending(m: String): Matcher[Process[Task, T]]

    Definition Classes
    Matcher
  30. def orPending: Matcher[Process[Task, T]]

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

    Definition Classes
    Matcher
  32. def orSkip(m: String): Matcher[Process[Task, T]]

    Definition Classes
    Matcher
  33. def orSkip: Matcher[Process[Task, T]]

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

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

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

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

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

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

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

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

    Definition Classes
    Matcher
  42. def success[S <: Process[Task, T]](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: (Process[Task, T]) ⇒ Boolean

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

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

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

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

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

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

    Definition Classes
    Matcher

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Matcher[Process[Task, T]]

Inherited from AnyRef

Inherited from Any

Ungrouped