Searched refs:testApiMethod (Results 1 – 2 of 2) sorted by relevance
39 public void testApiMethod() {} in testApiMethod() method in Test
100 expectException(NoSuchMethodError.class, "testapi method", () -> test.testApiMethod()); in makeCallsVersion45()