Searched defs:compileAndCheck (Results 1 - 6 of 6) sorted by relevance

/openjdk7/langtools/test/tools/javac/generics/diamond/6996914/
H A DT6996914a.java115 compileAndCheck(pk, ck);
120 static void compileAndCheck(PackageKind pk, ConstructorKind ck) throws Exception { method in class:T6996914a
/openjdk7/langtools/test/tools/javac/7003595/
H A DT7003595.java123 new T7003595(new ClassKind[] {ck1, ck2, ck3}, new String[] { cname1, cname2, cname3 }).compileAndCheck();
141 void compileAndCheck() throws Exception { method in class:T7003595
/openjdk7/langtools/test/tools/javac/varargs/7043922/
H A DT7043922.java54 void compileAndCheck() throws Exception { method in class:T7043922
159 new ConstructorKind[] { constrKind1, constrKind2, constrKind3 }).compileAndCheck();
/openjdk7/langtools/test/tools/javac/api/
H A DTestContainTypes.java135 compileAndCheck(ptA, ctA, ptB, ctB);
142 static void compileAndCheck(ParameterType ptA, ClassType ctA, ParameterType ptB, ClassType ctB) throws Exception { method in class:TestContainTypes
/openjdk7/langtools/test/tools/javac/varargs/6199075/
H A DT6199075.java152 compileAndCheck(m1, m2, actual, argsArity);
165 void compileAndCheck(VarargsMethod m1, VarargsMethod m2, TypeKind actual, ArgumentsArity argsArity) throws Exception { method in class:T6199075
/openjdk7/langtools/test/tools/javac/varargs/7042566/
H A DT7042566.java63 void compileAndCheck() throws Exception { method in class:T7042566
183 new T7042566(tconf1, tconf2, tconf3).compileAndCheck();

Completed in 42 milliseconds