On Thu, 5 Mar 2026 15:31:02 GMT, Christian Stein <[email protected]> wrote:
> Please review this change to use JUnit API in `MethodTemplateTest.java`. As > only simple `assertTrue` and `assertFalse` are being called in test code, a > swap of packages in `import` statements suffices. > > This pull request also disallows `testng` actions in `jtreg` under this test > root to prevent future additions of TestNG-based tests. See the umbrella > issue https://bugs.openjdk.org/browse/JDK-8307843 and its associated subtasks > for details. This pull request has now been integrated. Changeset: a2ad0809 Author: Christian Stein <[email protected]> URL: https://git.openjdk.org/jdk/commit/a2ad0809899f4f31c4bead58bcb441451403d6e8 Stats: 7 lines in 2 files changed: 3 ins; 0 del; 4 mod 8379326: Use JUnit in lib-test/jdk tests, here MethodTemplateTest Reviewed-by: dfuchs, rriggs ------------- PR: https://git.openjdk.org/jdk/pull/30087
