Packages

class Probe[T] extends ManualProbe[T]

Single subscription and demand tracking for TestPublisher.ManualProbe.

Source
StreamTestKit.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Probe
  2. ManualProbe
  3. Publisher
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Self = Probe[T]
    Definition Classes
    ProbeManualProbe

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Probe[T] toany2stringadd[Probe[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Probe[T], B)
    Implicit
    This member is added by an implicit conversion from Probe[T] toArrowAssoc[Probe[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  8. def ensureSubscription(): Unit

    Asserts that a subscription has been received or will be received

  9. def ensuring(cond: (Probe[T]) => Boolean, msg: => Any): Probe[T]
    Implicit
    This member is added by an implicit conversion from Probe[T] toEnsuring[Probe[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (Probe[T]) => Boolean): Probe[T]
    Implicit
    This member is added by an implicit conversion from Probe[T] toEnsuring[Probe[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: => Any): Probe[T]
    Implicit
    This member is added by an implicit conversion from Probe[T] toEnsuring[Probe[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): Probe[T]
    Implicit
    This member is added by an implicit conversion from Probe[T] toEnsuring[Probe[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def executeAfterSubscription[T](f: Creator[T]): T

    JAVA API

    JAVA API

    Definition Classes
    ManualProbe
    Since

    1.1.0

  16. def executeAfterSubscription[T](f: => T): T
    Definition Classes
    ManualProbe
  17. def expectCancellation(): Self
  18. def expectCancellationWithCause[E <: Throwable](causeClass: Class[E]): E

    Java API

  19. def expectCancellationWithCause[E <: Throwable]()(implicit arg0: ClassTag[E]): E
  20. def expectCancellationWithCause(expectedCause: Throwable): Self
  21. def expectEventPF[T](f: PartialFunction[PublisherEvent, T]): T
    Definition Classes
    ManualProbe
  22. def expectNoMessage(max: Duration): Self

    JAVA API

    JAVA API

    Expect no messages for a given duration.

    Definition Classes
    ManualProbe
    Since

    1.1.0

  23. def expectNoMessage(max: FiniteDuration): Self

    Expect no messages for a given duration.

    Expect no messages for a given duration.

    Definition Classes
    ManualProbe
  24. def expectNoMessage(): Self

    Expect no messages.

    Expect no messages. Waits for the default period configured as pekko.actor.testkit.expect-no-message-default.

    Definition Classes
    ManualProbe
  25. def expectRequest(): Long
  26. def expectRequest(subscription: Subscription, n: Int): Self

    Expect demand from a given subscription.

    Expect demand from a given subscription.

    Definition Classes
    ManualProbe
  27. def expectSubscription(): PublisherProbeSubscription[T]

    Expect a subscription.

    Expect a subscription.

    Definition Classes
    ManualProbe
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. def getPublisher: Publisher[T]
    Definition Classes
    ManualProbe
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  35. def pending: Long

    Current pending requests.

  36. def receiveWhile[T](max: Duration, idle: Duration, messages: Int, f: PartialFunction[PublisherEvent, T]): List[T]

    JAVA API

    JAVA API

    Receive messages for a given duration or until one does not match a given partial function.

    Definition Classes
    ManualProbe
    Since

    1.1.0

  37. def receiveWhile[T](max: Duration = Duration.Undefined, idle: Duration = Duration.Inf, messages: Int = Int.MaxValue)(f: PartialFunction[PublisherEvent, T]): Seq[T]

    Receive messages for a given duration or until one does not match a given partial function.

    Receive messages for a given duration or until one does not match a given partial function.

    Definition Classes
    ManualProbe
  38. def sendComplete(): Self
  39. def sendError(cause: Throwable): Self
  40. def sendNext(elem: T): Self
  41. def subscribe(subscriber: Subscriber[_ >: T]): Unit

    Subscribes a given org.reactivestreams.Subscriber to this probe publisher.

    Subscribes a given org.reactivestreams.Subscriber to this probe publisher.

    Definition Classes
    ManualProbe → Publisher
  42. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  43. def toString(): String
    Definition Classes
    AnyRef → Any
  44. def unsafeSendNext(elem: T): Self
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. def within[T](max: Duration, creator: Creator[T]): T

    JAVA API

    JAVA API

    Same as calling within(Duration.ofSeconds(0), max)(f).

    Definition Classes
    ManualProbe
    Since

    1.1.0

  49. def within[T](max: FiniteDuration)(f: => T): T

    Same as calling within(0 seconds, max)(f).

    Same as calling within(0 seconds, max)(f).

    Definition Classes
    ManualProbe
  50. def within[T](min: Duration, max: Duration, creator: Creator[T]): T

    JAVA API

    JAVA API

    Execute code block while bounding its execution time between min and max. within blocks may be nested. All methods in this trait which take maximum wait times are available in a version which implicitly uses the remaining time governed by the innermost enclosing within block.

    Note that the timeout is scaled using Duration.dilated, which uses the configuration entry "pekko.test.timefactor", while the min Duration is not.

    val ret = within(Duration.ofMillis(50)) {
      test ! "ping"
      expectMsgClass(classOf[String])
    }
    Definition Classes
    ManualProbe
    Since

    1.1.0

  51. def within[T](min: FiniteDuration, max: FiniteDuration)(f: => T): T

    Execute code block while bounding its execution time between min and max.

    Execute code block while bounding its execution time between min and max. within blocks may be nested. All methods in this trait which take maximum wait times are available in a version which implicitly uses the remaining time governed by the innermost enclosing within block.

    Note that the timeout is scaled using Duration.dilated, which uses the configuration entry "pekko.test.timefactor", while the min Duration is not.

    val ret = within(50 millis) {
      test ! "ping"
      expectMsgClass(classOf[String])
    }
    Definition Classes
    ManualProbe

Deprecated Value Members

  1. def expectNoMsg(max: FiniteDuration): Self

    Expect no messages for a given duration.

    Expect no messages for a given duration. NOTE! Timeout value is automatically multiplied by timeFactor.

    Definition Classes
    ManualProbe
    Annotations
    @deprecated
    Deprecated

    (Since version Akka 2.5.5) Use expectNoMessage instead

  2. def expectNoMsg(): Self

    Expect no messages.

    Expect no messages. NOTE! Timeout value is automatically multiplied by timeFactor.

    Definition Classes
    ManualProbe
    Annotations
    @deprecated
    Deprecated

    (Since version Akka 2.5.5) Use expectNoMessage instead

  3. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  4. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Probe[T] toStringFormat[Probe[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  5. def [B](y: B): (Probe[T], B)
    Implicit
    This member is added by an implicit conversion from Probe[T] toArrowAssoc[Probe[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ManualProbe[T]

Inherited from Publisher[T]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromProbe[T] to any2stringadd[Probe[T]]

Inherited by implicit conversion StringFormat fromProbe[T] to StringFormat[Probe[T]]

Inherited by implicit conversion Ensuring fromProbe[T] to Ensuring[Probe[T]]

Inherited by implicit conversion ArrowAssoc fromProbe[T] to ArrowAssoc[Probe[T]]

Ungrouped