< prev index next >

test/jdk/tools/launcher/modules/basic/InitErrors.java

Print this page
rev 51638 : [mq]: 8210112

*** 21,41 **** * questions. */ /** * @test ! * @library /lib/testlibrary ! * @build InitErrors jdk.testlibrary.* * @run testng InitErrors * @summary Basic test to ensure that module system initialization errors * go the right stream and with the right level of verbosity */ import java.util.Arrays; ! import jdk.testlibrary.ProcessTools; ! import jdk.testlibrary.OutputAnalyzer; import org.testng.annotations.Test; import static org.testng.Assert.*; public class InitErrors { --- 21,41 ---- * questions. */ /** * @test ! * @library /test/lib ! * @build InitErrors * @run testng InitErrors * @summary Basic test to ensure that module system initialization errors * go the right stream and with the right level of verbosity */ import java.util.Arrays; ! import jdk.test.lib.process.ProcessTools; ! import jdk.test.lib.process.OutputAnalyzer; import org.testng.annotations.Test; import static org.testng.Assert.*; public class InitErrors {
< prev index next >