Searched defs:testMethod (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/logging/bundlesearch/
H A DLoadItUp2Invoker.java40 private Method testMethod; field in class:LoadItUp2Invoker
50 this.testMethod = loadItUp2Clazz.getMethod("test", String.class);
55 return (Boolean) testMethod.invoke(loadItUp2, rbName);
/openjdk7/langtools/test/tools/javac/generics/inference/6569789/
H A DT6569789.java40 testMethod(ct);
43 static <W extends C & I & I1 & I2, T extends W> void testMethod(T t) {} method in class:T6569789
/openjdk7/jdk/test/com/sun/jdi/
H A DFetchLocals.java17 public long testMethod() { method in class:FetchLocalsDebugee
77 long result = my.testMethod();
78 System.out.print ("testMethod() returned: ");
244 * Test values in the local method testMethod ():
355 * Get to the bottom of testMethod():
/openjdk7/langtools/test/tools/javac/generics/6227936/
H A DOrig.java48 public void testMethod() { method in class:GenericTest.A1

Completed in 821 milliseconds