Class

org.http4s.testing.RunTimedMatchers

TimedMatcher

Related Doc: package RunTimedMatchers

Permalink

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

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

Instance Constructors

  1. new TimedMatcher(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[F[T]], dummy: Int): Matcher[S]

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

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

    Permalink
    Definition Classes
    Matcher
  7. final def apply[S <: F[T]](expected: Expectable[S]): MatchResult[S]

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

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

    Permalink
  10. val check: ValueCheck[T]

    Permalink
  11. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    Matcher
  15. def eventually: Matcher[F[T]]

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  21. def lazily: Matcher[() ⇒ F[T]]

    Permalink
    Definition Classes
    Matcher
  22. def mute: Matcher[F[T]]

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

    Permalink
    Definition Classes
    AnyRef
  24. def not: Matcher[F[T]]

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

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

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

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

    Permalink
    Definition Classes
    Matcher
  29. def orPending(m: String): Matcher[F[T]]

    Permalink
    Definition Classes
    Matcher
  30. def orPending: Matcher[F[T]]

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

    Permalink
    Definition Classes
    Matcher
  32. def orSkip(m: String): Matcher[F[T]]

    Permalink
    Definition Classes
    Matcher
  33. def orSkip: Matcher[F[T]]

    Permalink
    Definition Classes
    Matcher
  34. def result[S <: F[T]](other: specs2.matcher.MatchResultMessages.MatchResultMessage, value: Expectable[S]): MatchResult[S]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  44. def test: (F[T]) ⇒ Boolean

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

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

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

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

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

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

    Permalink
    Definition Classes
    Matcher
  51. def withValue(t: T): TimedMatcher[T]

    Permalink
  52. def withValue(check: ValueCheck[T]): TimedMatcher[T]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Matcher[F[T]]

Inherited from AnyRef

Inherited from Any

Ungrouped