Searched defs:testSimpleAPI (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/javah/
H A DT6893943.java43 testSimpleAPI(NO_ARGS, 1);
44 testSimpleAPI(HELP, 0);
49 void testSimpleAPI(String[] args, int expect_rc) throws Exception { method in class:T6893943
55 expect("testSimpleAPI", sw.toString(), rc, expect_rc);
/openjdk7/langtools/test/tools/javac/api/
H A DT6430241.java45 testSimpleAPI();
93 void testSimpleAPI() { method in class:T6430241
94 testSimpleAPI(true);
95 testSimpleAPI(true, "-Xbootclasspath/p:" + emptyDir);
96 testSimpleAPI(false, "-Xbootclasspath:" + bootClassPath);
97 testSimpleAPI(true, "-Xbootclasspath/a:" + emptyDir);
98 testSimpleAPI(false, "-XDignore.symbol.file");
102 void testSimpleAPI(boolean expectWarnings, String... opts) { method in class:T6430241

Completed in 30 milliseconds