< prev index next >

test/jdk/java/lang/Class/forName/modules/TestDriver.java

Print this page
rev 51638 : [mq]: 8210112

*** 29,54 **** import java.util.Arrays; import java.util.stream.Stream; import jdk.test.lib.util.FileUtils; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static org.testng.Assert.assertTrue; /** * @test * @bug 8087335 * @summary Tests for Class.forName(Module,String) ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler * @build jdk.test.lib.Platform * jdk.test.lib.util.FileUtils * jdk.test.lib.compiler.CompilerUtils ! * jdk.testlibrary.ProcessTools * TestDriver TestMain TestLayer * @run testng TestDriver */ public class TestDriver { --- 29,54 ---- import java.util.Arrays; import java.util.stream.Stream; import jdk.test.lib.util.FileUtils; import jdk.test.lib.compiler.CompilerUtils; ! import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static org.testng.Assert.assertTrue; /** * @test * @bug 8087335 * @summary Tests for Class.forName(Module,String) ! * @library /test/lib * @modules jdk.compiler * @build jdk.test.lib.Platform * jdk.test.lib.util.FileUtils * jdk.test.lib.compiler.CompilerUtils ! * jdk.test.lib.process.ProcessTools * TestDriver TestMain TestLayer * @run testng TestDriver */ public class TestDriver {
< prev index next >