Class

net.ruippeixotog.akka.testkit.specs2.AkkaMatchers

AllOfReceiveMatcher

Related Doc: package AkkaMatchers

Permalink

class AllOfReceiveMatcher[A] extends (AkkaMatchers.this)#BaseAllOfReceiveMatcher[A]

Linear Supertypes
(AkkaMatchers.this)#BaseAllOfReceiveMatcher[A], (AkkaMatchers.this)#BaseReceiveMatcher[Seq[A]], Matcher[TestKitBase], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AllOfReceiveMatcher
  2. BaseAllOfReceiveMatcher
  3. BaseReceiveMatcher
  4. Matcher
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AllOfReceiveMatcher(_getMessage: (AkkaMatchers.this)#GetMessageFunc[A], msgs: Seq[A])(implicit tf: (AkkaMatchers.this)#TimeoutFunc)

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

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

    Permalink
    Definition Classes
    Matcher
  6. def afterOthers: (AkkaMatchers.this)#AllOfAfterOthersReceiveMatcher[A]

    Permalink
  7. def and[S <: TestKitBase](m: ⇒ Matcher[S]): Matcher[S]

    Permalink
    Definition Classes
    Matcher
  8. def apply[S <: TestKitBase](t: Expectable[S]): MatchResult[S]

    Permalink
    Definition Classes
    BaseReceiveMatcher → Matcher
  9. final def asInstanceOf[T0]: T0

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

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

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

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

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

    Permalink
    Definition Classes
    Matcher
  15. def failure[S <: TestKitBase](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. val getMessage: (TestKitBase, FiniteDuration) ⇒ ResultValue[Seq[A]]

    Permalink
  19. def getRemainingMessages(remMsgs: Seq[A]): (AkkaMatchers.this)#GetMessageFunc[A]

    Permalink
    Attributes
    protected
    Definition Classes
    BaseAllOfReceiveMatcher
  20. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    Any
  23. def lazily: Matcher[() ⇒ TestKitBase]

    Permalink
    Definition Classes
    Matcher
  24. def mute: Matcher[TestKitBase]

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

    Permalink
    Definition Classes
    AnyRef
  26. def not: Matcher[TestKitBase]

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

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

    Permalink
    Definition Classes
    AnyRef
  29. def or[S <: TestKitBase](m: ⇒ Matcher[S]): Matcher[S]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Matcher
  40. def result[S <: TestKitBase](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 <: TestKitBase](triplet: ⇒ (Boolean, String, String), value: Expectable[S]): MatchResult[S]

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

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

    Permalink
    Definition Classes
    Matcher
  44. def success[S <: TestKitBase](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: (TestKitBase) ⇒ Boolean

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

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

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

    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(b: Boolean, m: String): Matcher[TestKitBase]

    Permalink
    Definition Classes
    Matcher

Inherited from (AkkaMatchers.this)#BaseAllOfReceiveMatcher[A]

Inherited from (AkkaMatchers.this)#BaseReceiveMatcher[Seq[A]]

Inherited from Matcher[TestKitBase]

Inherited from AnyRef

Inherited from Any

Ungrouped