RFR: 8313613: Use JUnit in langtools/lib tests
Christian Stein
cstein at openjdk.org
Thu Sep 7 07:16:10 UTC 2023
On Mon, 14 Aug 2023 23:57:08 GMT, Qing Xiao <duke at openjdk.org> wrote:
> Use JUnit Jupiter API in langtools/lib tests instead of TestNG. They are under test/langtools/lib/combo/tools/javac/combo/.
> Modified tests that extend tools in CompilationTestCase and JavacTemplateTestBase to implement TestWatcher.
test/langtools/lib/combo/TEST.properties line 1:
> 1: # This file identifies root(s) of the Junit hierarchy.
Suggestion:
# This file identifies root(s) of the JUnit hierarchy.
Captial `U` in JUnit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15281#discussion_r1294618455
More information about the compiler-dev
mailing list