Searched refs:moduleLibsApiMethod (Results 1 – 3 of 3) sorted by relevance
5 method public void moduleLibsApiMethod();
35 public void moduleLibsApiMethod() {} in moduleLibsApiMethod() method in Test
99 expectException(NoSuchMethodError.class, "module method", () -> test.moduleLibsApiMethod()); in makeCallsVersion45()