<i18n dev> Integrated: JDK-8317372: Refactor some NumberFormat tests to use JUnit

Justin Lu jlu at openjdk.org
Fri Oct 13 20:51:59 UTC 2023


On Tue, 3 Oct 2023 22:23:11 GMT, Justin Lu <jlu at openjdk.org> wrote:

> Please review this PR which refactors a number of tests under `test/text/NumberFormat` to use JUnit.
> 
> During the switch to JUnit, the tests had the following updates (to improve readability)
> - separate the test data generation from the actual execution of the test
> - create distinct test methods so that all the tests aren't just run under one big method (e.g. main)

This pull request has now been integrated.

Changeset: 9622de2a
Author:    Justin Lu <jlu at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/9622de2aa89923b8444df093ae1c596bc336f14f
Stats:     943 lines in 9 files changed: 390 ins; 195 del; 358 mod

8317372: Refactor some NumberFormat tests to use JUnit

Reviewed-by: naoto

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

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


More information about the i18n-dev mailing list