< prev index next >

test/jdk/tools/launcher/modules/addexports/AddExportsTest.java

Print this page
rev 51638 : [mq]: 8210112

*** 21,44 **** * questions. */ /** * @test ! * @library /lib/testlibrary /test/lib * @modules jdk.compiler ! * @build AddExportsTest jdk.test.lib.compiler.CompilerUtils jdk.testlibrary.* * @run testng AddExportsTest * @summary Basic tests for java --add-exports */ import java.nio.file.Path; import java.nio.file.Paths; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.testlibrary.OutputAnalyzer; ! import static jdk.testlibrary.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import static org.testng.Assert.*; --- 21,44 ---- * questions. */ /** * @test ! * @library /test/lib * @modules jdk.compiler ! * @build AddExportsTest jdk.test.lib.compiler.CompilerUtils * @run testng AddExportsTest * @summary Basic tests for java --add-exports */ import java.nio.file.Path; import java.nio.file.Paths; import java.util.stream.Stream; import jdk.test.lib.compiler.CompilerUtils; ! import jdk.test.lib.process.OutputAnalyzer; ! import static jdk.test.lib.process.ProcessTools.*; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import static org.testng.Assert.*;
< prev index next >