On Mon, 17 Oct 2022 22:39:22 GMT, Brent Christian <bchri...@openjdk.org> wrote:
>> test/jdk/java/util/Formatter/BasicTestLauncher.java line 52: >> >>> 50: >>> 51: @Test >>> 52: public void testUsPac() throws IOException{ >> >> You could use a DataProvider > > I had the same thought Thanks Lance and Brent, replaced it with a JUnit parametrized test (DataProvider equivalent) ------------- PR: https://git.openjdk.org/jdk/pull/10715