RFR: 8273242: (test) Refactor to use TestNG for RuntimeTests ExecCommand tests

Naoto Sato naoto at openjdk.java.net
Tue Sep 7 21:21:09 UTC 2021


On Wed, 1 Sep 2021 16:37:24 GMT, Roger Riggs <rriggs at openjdk.org> wrote:

> The ExecCommand test of Runtime.exec is difficult to maintain; the parallel arrays are hard to keep in sync.
> This cleanup converts to use TestNG DataProviders and other improvements.

LGTM.

test/jdk/java/lang/RuntimeTests/exec/ExecCommand.java line 270:

> 268:         }
> 269:     }
> 270: }

No newline at the eof.

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

Marked as reviewed by naoto (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5335


More information about the core-libs-dev mailing list