Class/Object

net.ruippeixotog.akka.testkit.specs2.AkkaMatchers

UntypedReceiveMatcher

Related Docs: object UntypedReceiveMatcher | package AkkaMatchers

Permalink

class UntypedReceiveMatcher extends (AkkaMatchers.this)#ReceiveMatcher[Any]

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

Instance Constructors

  1. new UntypedReceiveMatcher(_getMessage: (AkkaMatchers.this)#GetMessageFunc[AnyRef])(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[Any]

    Permalink
    Definition Classes
    ReceiveMatcher
  7. def allOf(msgs: Any*): (AkkaMatchers.this)#AllOfReceiveMatcher[Any]

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

    Permalink
    Definition Classes
    Matcher
  9. def apply[A](implicit arg0: ClassTag[A]): (AkkaMatchers.this)#ReceiveMatcher[A]

    Permalink
  10. def apply(msg: Any): (AkkaMatchers.this)#CheckedReceiveMatcher[Any]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ReceiveMatcher
  27. def mute: Matcher[TestKitBase]

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

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

    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 <: TestKitBase](m: ⇒ Matcher[S]): Matcher[S]

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    Matcher
  41. def result[S <: TestKitBase](other: MatchResult[_], 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], details: Details): MatchResult[S]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ReceiveMatcher
  53. def unwrapPf[B](f: PartialFunction[Any, B]): (AkkaMatchers.this)#ReceiveMatcher[B]

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

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

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

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

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

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

    Permalink
    Definition Classes
    ReceiveMatcher

Inherited from (AkkaMatchers.this)#ReceiveMatcher[Any]

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

Inherited from Matcher[TestKitBase]

Inherited from AnyRef

Inherited from Any

Ungrouped