Uses of Interface
org.springframework.modulith.test.AssertablePublishedEvents
-
Uses of AssertablePublishedEvents in org.springframework.modulith.test
Modifier and TypeClassDescription(package private) class
Default implementation ofAssertablePublishedEvents
.Modifier and TypeMethodDescriptionvoid
Scenario.When.StateChangeResult.andVerifyEvents
(Consumer<AssertablePublishedEvents> events) Verifies the underlyingAssertablePublishedEvents
.ModifierConstructorDescription(package private)
Scenario
(TransactionTemplate transactionTemplate, ApplicationEventPublisher publisher, AssertablePublishedEvents events) Creates a newScenario
for the givenTransactionTemplate
,ApplicationEventPublisher
andAssertablePublishedEvents
.