DomGarguilo commented on code in PR #15:
URL:
https://github.com/apache/accumulo-classloaders/pull/15#discussion_r1235803237
##########
pom.xml:
##########
@@ -340,11 +350,19 @@
</module>
<module name="RegexpSinglelineJava">
<property name="format"
value="junit[.]framework[.]TestCase" />
- <property name="message" value="Use JUnit4+ @Test
annotation instead of TestCase" />
+ <property name="message" value="Use JUnit5+ @Test
annotation instead of TestCase" />
+ </module>
+ <module name="RegexpSinglelineJava">
+ <property name="format" value="org[.]junit[.][^jupiter]" />
+ <property name="message" value="Use JUnit5 (JUnit Jupiter)
instead of JUnit4 (or lower)" />
Review Comment:
Addressed in 10a1efd
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]