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

Support JUnit5 #395

Merged
merged 3 commits into from
Oct 15, 2017
Merged

Support JUnit5 #395

merged 3 commits into from
Oct 15, 2017

Conversation

KengoTODA
Copy link
Member

JUnit5 is released recently. It does not support @Rule natively, so it is nice to provide JUnit5 extension instead.

To provide isolated module for each of JUnit 4 and JUnit 5, I create new module test-harness-core to share core logic.

Here is example of usage. Currently this module provide no matcher support, because JUnit5 itself does not depend on hamcrest.

henrik242
henrik242 previously approved these changes Oct 5, 2017
Copy link
Contributor

@henrik242 henrik242 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@henrik242 henrik242 merged commit 0190748 into spotbugs:master Oct 15, 2017
@KengoTODA KengoTODA deleted the support-junit5 branch October 15, 2017 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants