Searched refs:testclass (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/test/tools/javac/processing/errors/TestParseErrors/
H A DParseErrors.java37 public void m3(testclass<String>,
40 class testclass<T> {
/openjdk7/jdk/test/java/lang/instrument/
H A DFakeTestDriver.java81 Class testclass = loadOneTest(classname);
83 if ( testclass != null ) {
84 boolean result = runOneTest(testclass);
112 runOneTest(Class testclass) { argument
117 mainMethod = testclass.getMethod("main",
123 log(testclass.getName() + " is malformed");
129 mainMethod.invoke(null, new Object[] {new String[] {testclass.getName()}});
/openjdk7/hotspot/test/compiler/6823354/
H A DTest6823354.java69 testclass(classname, ia[i]);
75 testclass(classname, x);
97 testclass(classname, la[i]);
103 testclass(classname, x);
126 testclass(classname, ia[i]);
132 testclass(classname, x);
154 testclass(classname, la[i]);
160 testclass(classname, x);
188 static void testclass(String classname, int x) throws Exception { method in class:Test6823354
193 static void testclass(Strin method in class:Test6823354
[all...]
/openjdk7/jdk/test/java/net/URLClassLoader/closetest/
H A DCloseTest.java103 Class testclass = loadClass ("com.foo.TestClass", loader, true);
106 Object test = testclass.newInstance();
107 Method method = testclass.getDeclaredMethods()[0]; // int getValue();
H A DGetResourceAsStream.java87 Class testclass = loadClass ("com.foo.TestClass", loader, true);

Completed in 40 milliseconds