Class

net.ruippeixotog.akka.testkit.specs2.AkkaMatchers

ReceiveMatcher

Related Doc: package AkkaMatchers

Permalink

class ReceiveMatcher[A] extends (AkkaMatchers.this)#BaseReceiveMatcher[A]

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

Instance Constructors

  1. new ReceiveMatcher(getMessage: (AkkaMatchers.this)#GetMessageFunc[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)#AfterOthersReceiveMatcher[A]

    Permalink
  7. def allOf(msgs: A*): (AkkaMatchers.this)#AllOfReceiveMatcher[A]

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

    Permalink
    Definition Classes
    Matcher
  9. def apply(msg: A): (AkkaMatchers.this)#CheckedReceiveMatcher[A]

    Permalink
  10. def apply[S <: TestKitBase](t: Expectable[S]): MatchResult[S]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  20. val getMessage: (AkkaMatchers.this)#GetMessageFunc[A]

    Permalink
    Definition Classes
    ReceiveMatcherBaseReceiveMatcher
  21. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    Matcher
  25. def like[R](f: PartialFunction[A, R])(implicit arg0: AsResult[R]): (AkkaMatchers.this)#CheckedReceiveMatcher[A]

    Permalink
  26. def mute: Matcher[TestKitBase]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  48. def test: (TestKitBase) ⇒ Boolean

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

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

    Permalink
    Definition Classes
    Matcher
  51. def unwrap[B](f: (A) ⇒ B): (AkkaMatchers.this)#ReceiveMatcher[B]

    Permalink
  52. def unwrapPf[B](f: PartialFunction[A, B]): (AkkaMatchers.this)#ReceiveMatcher[B]

    Permalink
  53. def updateMessage(f: (String) ⇒ String): Matcher[TestKitBase]

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

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

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

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

    Permalink
    Definition Classes
    Matcher
  58. def which[R](f: (A) ⇒ R)(implicit arg0: AsResult[R]): (AkkaMatchers.this)#CheckedReceiveMatcher[A]

    Permalink

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

Inherited from Matcher[TestKitBase]

Inherited from AnyRef

Inherited from Any

Ungrouped