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

/openjdk9/jdk/test/java/beans/Introspector/
H A DTest4918902.java44 testIndexedPropertyDescriptor(IChild2.class, IChild2.class, IParent.class);
45 testIndexedPropertyDescriptor(IChild3.class, IParent.class, IChild3.class);
46 testIndexedPropertyDescriptor(IChild4.class, IParent.class, IParent.class);
111 public static class IParent { class in class:Test4918902
121 public static class IChild1 extends IParent {
131 public static class IChild2 extends IParent {
138 public static class IChild3 extends IParent {
144 public static class IChild4 extends IParent {

Completed in 37 milliseconds