Package akka.javasdk.testkit
package akka.javasdk.testkit
-
ClassDescriptionDeferredCallDetails<I,
O> Allows to simulate publishing messages for the purposes of testing incoming message flow.Allows to assert published messages for the purposes of testing outgoing message flow.Represents the result of an EventSourcedEntity handling a command when run in through the testkit.EventSourcedTestKit<S,E, ES extends akka.javasdk.eventsourcedentity.EventSourcedEntity<S, E>> EventSourced Testkit for use in unit tests for EventSourced entities.Represents the result of a KeyValueEntity handling a command when run in through the testkit.KeyValueEntityTestKit<S,E extends akka.javasdk.keyvalueentity.KeyValueEntity<S>> KeyValueEntity Testkit for use in unit tests for Value entities.This trait is meant to allow for unit testing when a service has cross-component or cross-service calls.Testkit for running services locally.Settings for testkit.This class provided the necessary infrastructure to run integration test for projects built with the Java SDK.Represents the result of an Action handling a command when run in through the testkit.TimedActionTestkit<A extends akka.javasdk.timedaction.TimedAction>TimedAction Testkit for use in unit tests for TimedActions.