Searched refs:testMethod (Results 76 - 88 of 88) sorted by relevance

1234

/openjdk9/jdk/test/java/lang/StringBuffer/
H A DTestSynchronization.java107 testMethod(aClass, m);
147 private static void testMethod(Class<?> aClass, Method m) throws method in class:TestSynchronization
/openjdk9/jdk/test/java/lang/reflect/Method/defaultMethodModeling/
H A DDefaultMethodModeling.java53 failures += testMethod(m);
61 private static int testMethod(Method m) { method in class:DefaultMethodModeling
/openjdk9/langtools/test/tools/javac/MethodParameters/
H A DReflectionVisitor.java86 testMethod(m);
251 void testMethod(Method m) { method in class:ReflectionVisitor
/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DTestCase.java335 TestMethodInfo testMethod = new TestMethodInfo(indention + 1, classType, methodName, isConstructor, isSynthetic, mods);
336 if (methods.put(methodName, testMethod) != null) {
339 return testMethod;
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DInfopointReasonTest.java52 public String testMethod() { method in class:InfopointReasonTest
63 final ResolvedJavaMethod method = getResolvedJavaMethod("testMethod");
77 final ResolvedJavaMethod method = getResolvedJavaMethod("testMethod");
H A DGuardEliminationCornerCasesTest.java66 private int testMethod(Object a) { method in class:GuardEliminationCornerCasesTest
87 StructuredGraph graph = parseEager("testMethod", AllowAssumptions.YES);
/openjdk9/jdk/test/java/lang/annotation/
H A DTypeVariableBounds.java56 public void testMethod(Class<?>c) throws Exception { method in class:TypeVariableBounds
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DUnsafeSubstitutionsTest.java39 ResolvedJavaMethod testMethod = getResolvedJavaMethod(testMethodName);
43 InstalledCode code = getCode(testMethod);
48 Object actual = invokeSafe(testMethod, null, args2);
/openjdk9/jdk/test/com/sun/jdi/
H A DFetchLocals.java41 public long testMethod() { method in class:FetchLocalsDebugee
101 long result = my.testMethod();
102 System.out.print ("testMethod() returned: ");
269 * Test values in the local method testMethod ():
380 * Get to the bottom of testMethod():
/openjdk9/langtools/test/tools/javac/annotations/repeatingAnnotations/combo/
H A DReflectionTest.java96 static final String TESTMETHOD = "testMethod";
2809 for (TestMethod testMethod : TestMethod.values()) {
2811 debugPrint("Test method = " + testMethod);
2817 testMethod.getActualAnnoBase(srcType, c),
2818 testMethod.getExpectedAnnoBase(srcType, c));
2824 testMethod.getActualAnnoContainer(srcType, c),
2825 testMethod.getExpectedAnnoContainer(srcType, c));
2828 debugPrint("Testcase passed for " + testMethod +
2831 debugPrint("Testcase failed for " + testMethod +
/openjdk9/langtools/test/tools/javac/processing/model/element/repeatingAnnotations/
H A DElementRepAnnoTester.java57 && elements.getSimpleName().toString().equals("testMethod")) {
133 for (TestMethod testMethod : testMethods) {
137 switch (testMethod) {
/openjdk9/langtools/test/jdk/jshell/
H A DWrapperTest.java48 public void testMethod() { method in class:WrapperTest
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DJVMCIInfopointErrorTest.java132 public static void testMethod() { method in class:JVMCIInfopointErrorTest
136 ResolvedJavaMethod method = getResolvedJavaMethod("testMethod");

Completed in 231 milliseconds

1234