Class

org.specs2.matcher

TerminationMatcher

Related Doc: package matcher

Permalink

class TerminationMatcher[-T] extends Matcher[T]

Linear Supertypes
Matcher[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TerminationMatcher
  2. Matcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TerminationMatcher(retries: Int, sleep: Duration, whenAction: Option[() ⇒ Any] = None, whenDesc: Option[String] = None, onlyWhen: Boolean = false)(implicit ee: ExecutionEnv)

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    Matcher
  14. def eventually: Matcher[T]

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def not: Matcher[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 onlyWhen[S](action: ⇒ S): TerminationMatcher[T]

    Permalink
  28. def onlyWhen[S](actionDescription: String, action: ⇒ S): TerminationMatcher[T]

    Permalink
  29. def or[S <: T](m: ⇒ Matcher[S]): Matcher[S]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  46. def test: (T) ⇒ Boolean

    Permalink
    Definition Classes
    Matcher
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. def unless(b: Boolean, m: String): Matcher[T]

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def when[S](action: ⇒ S): TerminationMatcher[T]

    Permalink
  54. def when[S](actionDescription: String, action: ⇒ S): TerminationMatcher[T]

    Permalink
  55. def when(b: Boolean, m: String): Matcher[T]

    Permalink
    Definition Classes
    Matcher

Inherited from Matcher[T]

Inherited from AnyRef

Inherited from Any

Ungrouped