Class

org.specs2.matcher.IOMatchers

IOMatcher

Related Doc: package IOMatchers

Permalink

case class IOMatcher[T](check: ValueCheck[T], duration: Option[FiniteDuration]) extends TimedMatcher[T] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, IOMatchers.TimedMatcher[T], Matcher[IO[T]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOMatcher
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TimedMatcher
  7. Matcher
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ^^[S](f: (S) ⇒ Expectable[IO[T]], dummy: Int): Matcher[S]

    Permalink
    Definition Classes
    Matcher
  5. def ^^[S](f: (S) ⇒ IO[T]): Matcher[S]

    Permalink
    Definition Classes
    Matcher
  6. def and[S <: IO[T]](m: ⇒ Matcher[S]): Matcher[S]

    Permalink
    Definition Classes
    Matcher
  7. def apply[S <: IO[T]](e: Expectable[S]): MatchResult[S]

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

    Permalink
    Definition Classes
    Any
  9. def before(d: FiniteDuration): IOMatchers.TimedMatcher[T]

    Permalink
    Definition Classes
    TimedMatcher
  10. val check: ValueCheck[T]

    Permalink
  11. def checkAwait[S <: IO[T]](e: Expectable[S]): MatchResult[S]

    Permalink
    Definition Classes
    TimedMatcher
  12. def checkIO[S <: IO[T]](e: Expectable[S]): MatchResult[S]

    Permalink
  13. def checkIOWithDuration[S <: IO[T]](e: Expectable[S], d: FiniteDuration): MatchResult[S]

    Permalink
  14. def checkWithDuration[S <: IO[T]](e: Expectable[S], d: FiniteDuration): MatchResult[S]

    Permalink
    Definition Classes
    TimedMatcher
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. val duration: Option[FiniteDuration]

    Permalink
  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def eventually(retries: Int, sleep: (Int) ⇒ Duration): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  19. def eventually(retries: Int, sleep: Duration): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  20. def eventually: Matcher[IO[T]]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def iff(b: Boolean): Matcher[IO[T]]

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

    Permalink
    Definition Classes
    Any
  26. def lazily: Matcher[() ⇒ IO[T]]

    Permalink
    Definition Classes
    Matcher
  27. def mute: Matcher[IO[T]]

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

    Permalink
    Definition Classes
    AnyRef
  29. def not: Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. def or[S <: IO[T]](m: ⇒ Matcher[S]): Matcher[S]

    Permalink
    Definition Classes
    Matcher
  33. def orPending(message: (String) ⇒ String): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  34. def orPending(m: String): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  35. def orPending: Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  36. def orSkip(message: (String) ⇒ String): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  37. def orSkip(m: String): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  38. def orSkip: Matcher[IO[T]]

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Matcher
  46. def setMessage(message: String): Matcher[IO[T]]

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

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

    Permalink
    Definition Classes
    AnyRef
  49. def test: (IO[T]) ⇒ Boolean

    Permalink
    Definition Classes
    Matcher
  50. def unless(b: Boolean, m: String): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  51. def updateMessage(f: (String) ⇒ String): Matcher[IO[T]]

    Permalink
    Definition Classes
    Matcher
  52. final def wait(): Unit

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

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

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

    Permalink
    Definition Classes
    Matcher
  56. def withValue(t: T)(implicit di: Diffable[T]): IOMatchers.TimedMatcher[T]

    Permalink
    Definition Classes
    TimedMatcher
  57. def withValue(check: ValueCheck[T]): IOMatchers.TimedMatcher[T]

    Permalink
    Definition Classes
    TimedMatcher

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IOMatchers.TimedMatcher[T]

Inherited from Matcher[IO[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped