Uses of Interface
org.springframework.modulith.test.AssertablePublishedEvents
Packages that use AssertablePublishedEvents
-
Uses of AssertablePublishedEvents in org.springframework.modulith.test
Classes in org.springframework.modulith.test that implement AssertablePublishedEventsModifier and TypeClassDescription(package private) class
Default implementation ofAssertablePublishedEvents
.Method parameters in org.springframework.modulith.test with type arguments of type AssertablePublishedEventsModifier and TypeMethodDescriptionvoid
Scenario.When.StateChangeResult.andVerifyEvents
(Consumer<AssertablePublishedEvents> events) Verifies the underlyingAssertablePublishedEvents
.Constructors in org.springframework.modulith.test with parameters of type AssertablePublishedEventsModifierConstructorDescription(package private)
Scenario
(TransactionTemplate transactionTemplate, ApplicationEventPublisher publisher, AssertablePublishedEvents events) Creates a newScenario
for the givenTransactionTemplate
,ApplicationEventPublisher
andAssertablePublishedEvents
.