Package io.quarkus.test.junit5.virtual
Interface ThreadPinnedEvents
public interface 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()
-