Package io.quarkus.test.junit.virtual
Interface ThreadPinnedEvents
- All Superinterfaces:
ThreadPinnedEvents
Object 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
-
Method Details
-
getEvents
List<RecordedEvent> getEvents()- Specified by:
getEventsin interfaceThreadPinnedEvents
-