On Tue, 3 Oct 2023 22:23:11 GMT, Justin Lu <j...@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 <j...@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