Searched refs:normalRetVal (Results 1 – 1 of 1) sorted by relevance
1906 String normalRetVal = "normal return value"; in testInterfaceCast() local1939 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()