Home
last modified time | relevance | path

Searched refs:normalRetVal (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/lang/invoke/
DMethodHandlesGeneralTest.java1906 String normalRetVal = "normal return value"; in testInterfaceCast() local
1939 if (!c.isInstance(normalRetVal)) { in testInterfaceCast()
1951 res = mh.invokeWithArguments(normalRetVal); in testInterfaceCast()
1960 System.out.println(" expected "+(expectFail ? "an exception" : normalRetVal)); in testInterfaceCast()
1964 assertEquals(normalRetVal, res); in testInterfaceCast()