asciidoctor / asciidoclet

:clipboard: A Javadoc Doclet based on Asciidoctor that lets you write Javadoc in the AsciiDoc syntax.
https://github.com/asciidoctor/asciidoclet
Apache License 2.0
132 stars 40 forks source link

Bump tests to use Junit5 #130

Closed abelsromero closed 3 months ago

abelsromero commented 3 months ago

While Junit4 is still supported, new features are available for Junit5.

For example, I've seen some tests that could be re-written with parametrized tests, which are trivially easier in Junit5.