Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create recordings for tasks submitted to an ExecutorService #269

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apotterri
Copy link
Contributor

Fixes #268 .

Switch Recorder from a class to an enum, add the INSTANCE member. This
simplifies the code a little, and follows a pretty common pattern.

This also required switching the Mockito mocker to the inline mocker.
This mocker became the default in Mockito 5, but we can't just upgrade
because 5 requires Java 11.
@apotterri apotterri force-pushed the master branch 2 times, most recently from e0d9973 to 4facba1 Compare July 5, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recordings show when control is transferred into a thread by an ExecutorService
1 participant