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

1234

/openjdk9/langtools/test/jdk/javadoc/doclet/testSearch/
H A DUnnamedPkgClass.java29 public void testMethod(){} method in class:UnnamedPkgClass
/openjdk9/langtools/test/com/sun/javadoc/testSearch/
H A DUnnamedPkgClass.java29 public void testMethod(){} method in class:UnnamedPkgClass
/openjdk9/langtools/test/jdk/javadoc/doclet/testModules/moduleB/testpkg2mdlB/
H A DTestInterfaceInModuleB.java28 void testMethod(); method in interface:TestInterfaceInModuleB
/openjdk9/langtools/test/jdk/javadoc/doclet/testModules/test.moduleFullName/testpkgmdlfullname/
H A DTestClassInTestModuleFullName.java28 public void testMethod() { } method in class:TestClassInTestModuleFullName
/openjdk9/langtools/test/jdk/javadoc/doclet/testModules/moduletags/testpkgmdltags/
H A DTestClassInModuleTags.java34 public void testMethod(String str){} method in class:TestClassInModuleTags
/openjdk9/hotspot/test/compiler/loopopts/
H A DTestImpossibleIV.java39 static private void testMethod() { method in class:TestImpossibleIV
49 testMethod();
H A DUseCountedLoopSafepoints.java33 private static final String METHOD_NAME = "testMethod";
38 new UseCountedLoopSafepoints().testMethod();
47 private void testMethod() { method in class:UseCountedLoopSafepoints
/openjdk9/hotspot/test/compiler/jvmci/common/testcases/
H A DMultipleImplementersInterfaceExtender.java30 default void testMethod() { method in interface:MultipleImplementersInterfaceExtender
H A DSimpleClass.java26 // just a most common simple class with method "testMethod" to use anywhere
29 public void testMethod() { method in class:SimpleClass
H A DMultipleImplementer1.java34 public void testMethod() { method in class:MultipleImplementer1
/openjdk9/langtools/test/jdk/javadoc/doclet/testModules/moduleB/testpkgmdlB/
H A DTestClassInModuleB.java30 void testMethod() {} method in class:TestClassInModuleB
/openjdk9/jdk/test/java/lang/invoke/7087570/
H A DTest7087570.java77 private static void doTest(MethodHandle mh, TestMethodData testMethod) { argument
81 testMethod.clazz.getName(), testMethod.name, testMethod.methodType,
82 referenceKindToString(testMethod.referenceKind),
84 assertEquals(testMethod.name, mhi.getName());
85 assertEquals(testMethod.methodType, mhi.getMethodType());
86 assertEquals(testMethod.declaringClass, mhi.getDeclaringClass());
87 assertEquals(testMethod.referenceKind == REF_invokeSpecial, isInvokeSpecial(mh));
88 assertRefKindEquals(testMethod
139 lookupFrom(TestMethodData testMethod) argument
167 unreflectFrom(TestMethodData testMethod) argument
[all...]
/openjdk9/langtools/test/com/sun/javadoc/InheritDocForUserTags/
H A DDocTest.java76 * DocTest.testMethod() documentation.
78 * @apiNote DocTest.testMethod() API note.
79 * @implSpec DocTest.testMethod() implementation spec.
80 * @implNote DocTest.testMethod() implementation note.
82 public void testMethod() { method in class:DocTest
124 * DocTest.testMethod() documentation.
126 * @apiNote DocTestWithTags.testMethod() API note.
128 * DocTestWithTags.testMethod() API note code sample.
130 * @implSpec DocTestWithTags.testMethod() implementation spec.
132 * DocTestWithTags.testMethod() AP
139 public void testMethod() { method in class:DocTestWithTags
162 public void testMethod() { method in class:SimpleExtendsDocTest
181 public void testMethod() { method in class:SimpleInheritDocDocTest
213 public void testMethod() { method in class:FullInheritDocDocTest
245 public void testMethod() { method in class:FullInheritDocPlusDocTest
[all...]
/openjdk9/langtools/test/jdk/javadoc/doclet/InheritDocForUserTags/
H A DDocTest.java76 * DocTest.testMethod() documentation.
78 * @apiNote DocTest.testMethod() API note.
79 * @implSpec DocTest.testMethod() implementation spec.
80 * @implNote DocTest.testMethod() implementation note.
82 public void testMethod() { method in class:DocTest
124 * DocTest.testMethod() documentation.
126 * @apiNote DocTestWithTags.testMethod() API note.
128 * DocTestWithTags.testMethod() API note code sample.
130 * @implSpec DocTestWithTags.testMethod() implementation spec.
132 * DocTestWithTags.testMethod() AP
139 public void testMethod() { method in class:DocTestWithTags
162 public void testMethod() { method in class:SimpleExtendsDocTest
181 public void testMethod() { method in class:SimpleInheritDocDocTest
213 public void testMethod() { method in class:FullInheritDocDocTest
245 public void testMethod() { method in class:FullInheritDocPlusDocTest
[all...]
/openjdk9/hotspot/test/compiler/aot/
H A DDeoptimizationTest.java35 * -compile compiler.aot.DeoptimizationTest.testMethod()D
55 private static final String TEST_METHOD = "testMethod";
57 private final Method testMethod; field in class:DeoptimizationTest
61 testMethod = getClass().getDeclaredMethod(TEST_METHOD);
71 private double testMethod() { method in class:DeoptimizationTest
76 Asserts.assertTrue(WB.isMethodCompiled(testMethod),
78 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod),
81 Utils.runAndCheckException(() -> testMethod(), ArithmeticException.class);
82 Asserts.assertFalse(WB.isMethodCompiled(testMethod),
84 Asserts.assertEQ(WB.getMethodCompilationLevel(testMethod),
[all...]
/openjdk9/hotspot/test/serviceability/jvmti/8036666/
H A DRecursiveObjectLock.java26 public void testMethod() { method in class:RecursiveObjectLock
59 ro.testMethod();
/openjdk9/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
/openjdk9/hotspot/test/compiler/intrinsics/mathexact/sanity/
H A DMathIntrinsic.java36 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException {
47 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException {
58 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException {
69 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException {
80 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException {
91 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException {
105 abstract Executable testMethod() throws NoSuchMethodException, ClassNotFoundException; method in class:MathIntrinsic.IntIntrinsic
110 return testMethod();
142 Executable testMethod() throws NoSuchMethodException, ClassNotFoundException {
153 Executable testMethod() throw
210 abstract Executable testMethod() throws NoSuchMethodException, ClassNotFoundException; method in class:MathIntrinsic.LongIntrinsic
[all...]
/openjdk9/hotspot/test/compiler/print/
H A DTestProfileReturnTypePrinting.java28 * -XX:CompileCommand=compileonly,compiler.print.TestProfileReturnTypePrinting::testMethod
42 TestProfileReturnTypePrinting.testMethod(i);
46 private static int testMethod(int i) { method in class:TestProfileReturnTypePrinting
/openjdk9/jdk/test/java/lang/reflect/Method/invoke/
H A DTestMethodReflectValueOf.java51 testMethod(Boolean.TYPE, Boolean.FALSE, checkIdentity);
52 testMethod(Boolean.TYPE, Boolean.TRUE, checkIdentity);
56 testMethod(Byte.TYPE, Byte.valueOf((byte) b), checkIdentity);
61 testMethod(Character.TYPE, Character.valueOf(c), checkIdentity);
66 testMethod(Integer.TYPE, Integer.valueOf(i), checkIdentity);
71 testMethod(Long.TYPE, Long.valueOf(l), checkIdentity);
76 testMethod(Short.TYPE, Short.valueOf(s), checkIdentity);
80 public static void testMethod(Class<?> primType, Object wrappedValue, method in class:TestMethodReflectValueOf
/openjdk9/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);
/openjdk9/langtools/test/tools/javac/classfiles/attributes/annotations/
H A DRuntimeParameterAnnotationsTestBase.java50 TestCase.TestMethodInfo testMethod = testClassInfo.getTestMethodInfo(methodName);
51 if (testMethod == null) {
54 testAttributes(testMethod, classFile, method);
61 TestCase.TestMethodInfo testMethod,
66 testMethod,
71 testMethod,
75 List<TestCase.TestParameterInfo> parameters = testMethod.parameters;
108 TestCase.TestMethodInfo testMethod,
117 if (testMethod.isParameterAnnotated(policy)) {
119 testMethod
60 testAttributes( TestCase.TestMethodInfo testMethod, ClassFile classFile, Method method) argument
106 collectAnnotations( ClassFile classFile, TestCase.TestMethodInfo testMethod, Method method, String attribute) argument
[all...]
/openjdk9/langtools/test/jdk/jshell/
H A DGetResourceTest.java70 Snippet testMethod =
84 ste(testMethod, VALID, OVERWRITTEN, false, MAIN_SNIPPET));
112 Snippet testMethod =
133 ste(testMethod, VALID, OVERWRITTEN, false, MAIN_SNIPPET));
/openjdk9/langtools/test/tools/javac/multicatch/
H A DPos05.java84 Method testMethod = null;
87 testMethod = m;
91 if (testMethod == null) {
94 Code_attribute ea = (Code_attribute)testMethod.attributes.get(Attribute.Code);
95 if (testMethod == null) {
/openjdk9/jdk/test/java/lang/invoke/LFCaching/
H A DLFSingleThreadCachingTest.java53 * @param testMethod A method from {@code j.l.i.MethodHandles} class that
56 public LFSingleThreadCachingTest(TestMethods testMethod) { argument
57 super(testMethod);

Completed in 100 milliseconds

1234