Uses of Interface
org.springframework.modulith.test.PublishedEvents
-
Uses of PublishedEvents in org.springframework.modulith.test
Modifier and TypeInterfaceDescriptioninterface
An AssertJ-based extension ofPublishedEvents
to obtain fluent assertions.Modifier and TypeClassDescription(package private) class
Default implementation ofAssertablePublishedEvents
.(package private) class
Default implementation ofPublishedEvents
.Modifier and TypeMethodDescriptionstatic PublishedEvents
Extracts all domain events from the given aggregate that uses Spring Data'sDomainEvents
annotation to expose them.static PublishedEvents
Creates a newPublishedEvents
instance for the given events.static PublishedEvents
PublishedEvents.of
(Collection<? extends Object> events) Creates a newPublishedEvents
instance for the given events.PublishedEventsParameterResolver.resolveParameter
(org.junit.jupiter.api.extension.ParameterContext parameterContext, org.junit.jupiter.api.extension.ExtensionContext extensionContext)