Integrated: 8368498: Use JUnit instead of TestNG for jdk_text tests

Justin Lu jlu at openjdk.org
Fri Sep 26 20:15:26 UTC 2025


On Tue, 23 Sep 2025 21:58:56 GMT, Justin Lu <jlu at openjdk.org> wrote:

> Please review this PR which converts all the _TestNG_ based tests under jdk_text to use _JUnit_.
> 
> The changes are done in the following order,
> 
> - https://github.com/openjdk/jdk/commit/a7840e72269202dfca99d5ce5109bd4f7af0f578: Conversions automated via [script](https://github.com/lahodaj/netbeans/tree/19515c3e2dbc07d977ca227d933197f856121ae5/java/java.openjdk.project/junit-convert).
> - https://github.com/openjdk/jdk/commit/2466c5ee970965e57978d8b55b5b7dcad6c2aa6c: Updating to default recommended visibility of test methods + data providers. Cleaning up imports.
> - https://github.com/openjdk/jdk/commit/27c439804db61e26d48d7239fd28c99258cb4a9f: Copyright years updated.

This pull request has now been integrated.

Changeset: 12c0f29b
Author:    Justin Lu <jlu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/12c0f29b97f0ccd03dee6850a3a9a7117124016e
Stats:     569 lines in 21 files changed: 194 ins; 81 del; 294 mod

8368498: Use JUnit instead of TestNG for jdk_text tests

Reviewed-by: naoto

-------------

PR: https://git.openjdk.org/jdk/pull/27460


More information about the core-libs-dev mailing list