RFR: 7903124: Add additional helper methods to TestEnvironment

Leonid Kuskov lkuskov at openjdk.java.net
Wed Mar 23 02:25:47 UTC 2022


On Tue, 22 Mar 2022 20:54:25 GMT, Dmitry Bessonov <dbessono at openjdk.org> wrote:

> 7903124: Add additional helper methods to TestEnvironment

src/com/sun/javatest/TestEnvironment.java line 755:

> 753: 
> 754:         if (values == null) {
> 755:             throw new NullPointerException("Array of values associated with parameter " + name

I don't know how lookup(name) works thus what happen if the method returns empty arrays

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

PR: https://git.openjdk.java.net/jtharness/pull/25


More information about the jtharness-dev mailing list