WhenStage
Represents the "when" stage in stateless saga testing.
This interface provides methods to configure the event that triggers the saga and set up expectations for the resulting commands. The typical flow is:
Configure the triggering event
Set expectations on the generated commands
Parameters
T
The type of the saga being tested.
Functions
Link copied to clipboard
Sets a filter for message functions to be considered during testing.
Link copied to clipboard
Filters message functions by name.
Link copied to clipboard