-
Asserts that the
PublishedEvents contain at least one event of the given type.
PublishedEventsAssert.PublishedEventAssert.matching(Function<T,S> function,
@Nullable S value)
Asserts that at least one event exists for which the value extracted by the given
Function matches the
given one.
Asserts that at least one event exists for which the value extracted by the given
Function matches the
given
Predicate.
Asserts that at least one event matches the given predicate.
void
Expects the events previously specified to arrive and additionally assert the
PublishedEventsAssert for
the captured event and original stimulus result.
void
Expects the events previously specified to arrive and additionally assert the
PublishedEventsAssert for
the captured event.