Searched refs:testDefaultMethod (Results 1 – 4 of 4) sorted by relevance
30 private static void testDefaultMethod(I i) { in testDefaultMethod() method in DebugInterfaceMethod39 testDefaultMethod(new DefaultImpl()); in main()40 testDefaultMethod(new OverrideImpl()); in main()
36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method50 public int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method in InvokeMethodDefault002Debuggee.TestClass
36 public default int testDefaultMethod(boolean shouldThrow) throws Throwable { in testDefaultMethod() method
17 public void testDefaultMethod() throws Throwable { in testDefaultMethod() method in InterfaceMethodTest