All Classes and Interfaces
Class
Description
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.
Extended by generated code, not meant for user extension
Represents the result of an EventSourcedEntity handling a command when run in through the
testkit.
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.
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.
A JUnit 5 "Jupiter" Extension for
TestKit
, which automatically manages the lifecycle of
the 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.
TimedAction Testkit for use in unit tests for TimedActions.