| ActorTestKit |
Java API: Test kit for asynchronous testing of typed actors.
|
| ActorTestKit$ |
|
| BehaviorTestKit<T> |
Used for synchronous testing pekko.actor.typed.Behaviors.
|
| BehaviorTestKit$ |
|
| Effects |
Factories for behavior effects for BehaviorTestKit, each effect has a suitable equals and can be used to compare
actual effects to expected ones.
|
| Effects$ |
Factories for behavior effects for BehaviorTestKit, each effect has a suitable equals and can be used to compare
actual effects to expected ones.
|
| FishingOutcomes |
|
| FishingOutcomes$ |
|
| LogCapturing |
JUnit TestRule to make log lines appear only when the test failed.
|
| LoggingTestKit |
Facilities for verifying logs.
|
| LoggingTestKit$ |
Facilities for selectively matching log messages.
|
| ManualTime |
|
| ManualTime$ |
Manual time allows you to do async tests while controlling the scheduler of the system.
|
| SerializationTestKit |
Utilities to test serialization.
|
| TestInbox<T> |
Utility for use as an ActorRef when *synchronously* testing pekko.actor.typed.Behavior
with pekko.actor.testkit.typed.javadsl.BehaviorTestKit.
|
| TestInbox$ |
|
| TestKitJunitResource |
A Junit external resource for the ActorTestKit, making it possible to have Junit manage the lifecycle of the testkit.
|
| TestProbe<M> |
|
| TestProbe$ |
|