< prev index next >

test/jdk/jdk/modules/scenarios/container/ContainerTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 21,47 **** * questions. */ /** * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.jartool/sun.tools.jar * jdk.compiler * jdk.zipfs * java.se ! * @build ContainerTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run testng ContainerTest * @summary Starts a simple container that uses dynamic configurations * and launches two applications in the same VM */ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 21,47 ---- * questions. */ /** * @test ! * @library /test/lib * @modules jdk.jartool/sun.tools.jar * jdk.compiler * jdk.zipfs * java.se ! * @build ContainerTest jdk.test.lib.compiler.CompilerUtils * @run testng ContainerTest * @summary Starts a simple container that uses dynamic configurations * and launches two applications in the same VM */ import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >