Uses of Interface
org.springframework.modulith.test.PublishedEvents
Packages that use PublishedEvents
-
Uses of PublishedEvents in org.springframework.modulith.test
Subinterfaces of PublishedEvents in org.springframework.modulith.testModifier and TypeInterfaceDescriptioninterface
An AssertJ-based extension ofPublishedEvents
to obtain fluent assertions.Classes in org.springframework.modulith.test that implement PublishedEventsModifier and TypeClassDescription(package private) class
Default implementation ofAssertablePublishedEvents
.(package private) class
Default implementation ofPublishedEvents
.Methods in org.springframework.modulith.test that return PublishedEventsModifier 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)