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

Migrate to JUnit 5 and Mockito 4 + Java 8 Lambdas #31

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

Conversation

fabianfrz
Copy link

Refactor the test suite to be more state of the art.

  • I migrated it to Mockito 4 since Easymock struggles on JDK 17.
  • Migrate the project to JUnit 5 (not entirely beatifully but more like everything needed to get it running and change as less code as possible - junit 5 actually has some more beautiful tools as well like extensions etc.)
  • Migrate anonymous inner classes to lambdas.

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.

1 participant