Package io.quarkus.test.junit5.virtual
Interface ThreadPinnedEvents
-
public interface ThreadPinnedEventsObject that can be injected in a test method. It gives controlled on the captured events, and so let you do manual checks.The returned list is a copy of the list of captured events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<RecordedEvent>getEvents()
-
-
-
Method Detail
-
getEvents
List<RecordedEvent> getEvents()
-
-