Home
last modified time | relevance | path

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

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ObjectReference/
DInvokeMethodDefault002Debuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method
50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method in InvokeMethodDefault002Debuggee.TestClass
DInvokeMethodDefaultDebuggee.java36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method
/external/javassist/src/test/javassist/proxyfactory/
DProxyFactoryTest.java94 public void testDefaultMethod() throws Exception { in testDefaultMethod() method in ProxyFactoryTest