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

Upgradte tests to JUnit5 #521

Merged

Conversation

abelsromero
Copy link
Member

Thank you for opening a pull request and contributing to asciidoctor-maven-plugin!

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Documentation
  • Refactor
  • Build improvement
  • Other (please describe)

What is the goal of this pull request?
Upgrade tests from JUnit 4 to Junit 5.

Are there any alternative ways to implement this?
No.

Are there any implications of this pull request? Anything a user must know?
No. Just need to validate tests run normally and coverage is reported.

Is it related to an existing issue?

  • Yes
  • No

Finally, please add a corresponding entry to CHANGELOG.adoc

* Replace Junit4 by JUnit5 v5.7.1
* Bump assertj to v3.19.0
* Bump mockito to v3.8.0
* Bumo lombok to v1.18.18
@abelsromero
Copy link
Member Author

Note this started motivated by a security alert in the junit4 version used (4.13), but on closer look I saw the upgrade was trivial ✌️

@coveralls
Copy link

coveralls commented Mar 24, 2021

Coverage Status

Coverage remained the same at 81.827% when pulling 042239d on abelsromero:refactor/upgrade-to-juni5 into 5d2e24d on asciidoctor:master.

@abelsromero abelsromero merged commit 329c13a into asciidoctor:master Mar 25, 2021
@abelsromero abelsromero deleted the refactor/upgrade-to-juni5 branch April 10, 2021 12:03
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.

None yet

2 participants