Package io.quarkus.test.junit5.virtual
Interface ThreadPinnedEvents
- All Known Subinterfaces:
ThreadPinnedEvents
Deprecated, for removal: This API element is subject to removal in a future version.
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
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getEvents
List<RecordedEvent> getEvents()Deprecated, for removal: This API element is subject to removal in a future version.
-
ThreadPinnedEventsinstead