Uses of Class
org.springframework.modulith.test.PublishedEventsAssert.PublishedEventAssert
-
Uses of PublishedEventsAssert.PublishedEventAssert in org.springframework.modulith.test
Modifier and TypeMethodDescriptionAsserts that thePublishedEvents
contain at least one event of the given type.PublishedEventsAssert.PublishedEventAssert.matching
(Function<T, S> function, Predicate<? super S> predicate) Asserts that at least one event exists for which the value extracted by the givenFunction
matches the given one.Asserts that at least one event matches the given predicate.