Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testEnvironmentVariablesAreInterpolated (2.03 sec)

  1. compat/maven-toolchain-builder/src/test/java/org/apache/maven/toolchain/building/DefaultToolchainsBuilderTest.java

                                + "[FATAL] Non-readable toolchains LOCATION: MESSAGE" + LS,
                        e.getMessage());
            }
        }
    
        @Test
        void testEnvironmentVariablesAreInterpolated() throws Exception {
            Properties props = new Properties();
            props.put("key", "${env.testKey}");
            Xpp3Dom configurationChild = new Xpp3Dom("jdkHome");
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 14K bytes
    - Viewed (0)
Back to top