| ActorTestKit |
Testkit for asynchronous testing of typed actors, meant for mixing into the test class.
|
| ActorTestKit$ |
|
| ActorTestKitBase |
A base class for the ActorTestKit, making it possible to have testing framework (e.g.
|
| ActorTestKitBase$ |
|
| 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$ |
|
| LoggingTestKit$ |
Facilities for selectively matching expected events from logging.
|
| ManualTime |
|
| ManualTime$ |
Manual time allows you to do async tests while controlling the scheduler of the system.
|
| ScalaTestWithActorTestKit |
A ScalaTest base class for the ActorTestKit, making it possible to have ScalaTest manage the lifecycle of the testkit.
|
| SerializationTestKit |
Utilities to test serialization.
|
| TestInbox$ |
|
| TestProbe$ |
|