Searched refs:testIndexedPropertyDescriptor (Results 1 - 1 of 1) sorted by relevance

/openjdk9/jdk/test/java/beans/Introspector/
H A DTest4918902.java43 testIndexedPropertyDescriptor(IChild1.class, IChild1.class, IChild1.class);
44 testIndexedPropertyDescriptor(IChild2.class, IChild2.class, IParent.class);
45 testIndexedPropertyDescriptor(IChild3.class, IParent.class, IChild3.class);
46 testIndexedPropertyDescriptor(IChild4.class, IParent.class, IParent.class);
59 private static void testIndexedPropertyDescriptor(Class type, Class read, Class write) { method in class:Test4918902

Completed in 33 milliseconds