Re: RFR: JDK-8317372: Refactor some NumberFormat tests to use JUnit [v3]

2023-10-12 Thread Naoto Sato
On Thu, 12 Oct 2023 20:58:21 GMT, Justin Lu 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

Re: RFR: JDK-8317372: Refactor some NumberFormat tests to use JUnit [v3]

2023-10-12 Thread Justin Lu
> 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