Searched defs:testMethodName (Results 1 - 7 of 7) sorted by relevance

/openjdk9/nashorn/test/script/basic/
H A DJDK-8025515.js42 function testMethodName(f, expected) { function
/openjdk9/jdk/test/java/lang/invoke/VarHandles/
H A DVarHandleTestAccessModeMethodNames.java50 public void testMethodName(VarHandle.AccessMode am) { method in class:VarHandleTestAccessModeMethodNames
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/
H A DStringSubstitutionsTest.java39 public void testSubstitution(String testMethodName, Class<?> intrinsicClass, Class<?> holder, String methodName, boolean optional, Object[] args1, Object[] args2) { argument
H A DMethodSubstitutionTest.java88 protected void testSubstitution(String testMethodName, Class<?> intrinsicClass, Class<?> holder, String methodName, Class<?>[] parameterTypes, boolean optional, Object[] args1, Object[] args2) { argument
H A DStandardMethodSubstitutionsTest.java134 public void testSubstitution(String testMethodName, Class<?> intrinsicClass, Class<?> holder, String methodName, boolean optional, Object... args) { argument
H A DUnsafeSubstitutionsTest.java38 public void testSubstitution(String testMethodName, Class<?> holder, String methodName, Class<?>[] parameterTypes, Object receiver, Object[] args1, Object[] args2) { argument
/openjdk9/nashorn/test/src/jdk/nashorn/api/javaaccess/test/
H A DArrayConversionTest.java114 private static void runTest(final String testMethodName, final String argument) throws ScriptException { argument

Completed in 65 milliseconds