Interface PublishedEvents.TypedPublishedEvents<T>

Type Parameters:
T - the event type
All Superinterfaces:
Iterable<T>, TypedEvents
Enclosing interface:
PublishedEvents

public static interface PublishedEvents.TypedPublishedEvents<T> extends Iterable<T>, TypedEvents
All application events of a given type that were fired during a test execution.
Author:
Oliver Drotbohm