ExpectDsl

DSL interface for defining expectations on saga test results.

This interface extends StatelessSagaExpecter to provide a fluent API for asserting expectations on the commands and errors produced by saga processing.

Type Parameters

T

The type of the saga being tested.

Inheritors