Interface ThreadPinnedEvents

All Known Subinterfaces:
ThreadPinnedEvents

@Deprecated(since="3.31", forRemoval=true) public interface ThreadPinnedEvents
Deprecated, for removal: This API element is subject to removal in a future version.
use ThreadPinnedEvents instead
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 Type
    Method
    Description
    Deprecated, 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.