Package-level declarations
Types
Link copied to clipboard
class DefaultExpectDsl<T : Any>(val delegate: ExpectStage<T>) : AbstractDynamicTestBuilder, Decorator<ExpectStage<T>> , ExpectDsl<T>
Default implementation of ExpectDsl that creates dynamic JUnit 5 tests for each expectation.
Link copied to clipboard
class DefaultStatelessSagaDsl<T : Any>(processorType: Class<T>) : AbstractDynamicTestBuilder, StatelessSagaDsl<T>
Default implementation of StatelessSagaDsl for creating dynamic saga tests.
Link copied to clipboard
Link copied to clipboard
Interface for injecting services into a public service provider.
Link copied to clipboard
DSL interface for defining stateless saga test specifications.
Link copied to clipboard
DSL interface for defining the "when" conditions in saga testing.