ActorTestKit |
|
ActorTestKit$ |
Create a testkit named from the class that is calling this method.
|
BehaviorTestKit<T> |
Requests the oldest Effect or akka.actor.testkit.typed.javadsl.Effects.noEffects if no effects
have taken place.
|
BehaviorTestKit$ |
JAVA API
|
Effects |
The behavior spawned a named child with the given behavior with no specific props
|
Effects$ |
The behavior spawned a named child with the given behavior with no specific props
|
FishingOutcomes |
Consume this message and continue with the next
|
FishingOutcomes$ |
Consume this message and continue with the next
|
LogCapturing |
JUnit TestRule to make log lines appear only when the test failed.
|
LoggingTestKit |
Number of events the testkit is supposed to match.
|
LoggingTestKit$ |
An empty filter that doesn't match any events.
|
ManualTime |
Advance the clock by the specified duration, executing all outstanding jobs on the calling thread before returning.
|
ManualTime$ |
Config that needs to be in place for the actor system to use the manual
|
SerializationTestKit |
Verify serialization roundtrip.
|
TestInbox<T> |
The actor ref of the inbox
|
TestInbox$ |
|
TestKitJunitResource |
Config loaded from application-test.conf if that exists, otherwise
using default configuration from the reference.conf resources that ship with the Akka libraries.
|
TestProbe<M> |
ActorRef for this TestProbe
|
TestProbe$ |
Fail fishing with a custom error message
|