Lines Matching refs:BaseInterface

69         success &= testType(BaseInterface[].class, TypeClass.SEQUENCE,  in test()
70 "[]" + BaseInterface.class.getName()); in test()
93 success &= testType(BaseInterface[][].class, TypeClass.SEQUENCE, in test()
94 "[][]" + BaseInterface.class.getName()); in test()
110 success &= testType(BaseInterface.class, TypeClass.INTERFACE, in test()
111 BaseInterface.class.getName()); in test()
422 new Type("[]" + BaseInterface.class.getName(), in test()
496 + BaseInterface.class.getName(), in test()
557 new Type(BaseInterface.class.getName(), in test()
697 + BaseInterface.class.getName(), in test()
809 + BaseInterface.class.getName(), in test()
895 BaseInterface.class.getName(), in test()
1226 new BaseInterface() {}, in test()
1237 new BaseInterface() {}, in test()
1246 XInterface if2 = new BaseInterface() {}; in test()
1258 new BaseInterface[] {}), in test()
1261 BaseInterface if1 = new BaseInterface() {}; in test()
1262 BaseInterface if2 = new DerivedInterface() {}; in test()
1265 new BaseInterface[] { null, if1, in test()
1283 success &= testMapAny(transport, new BaseInterface[] {}, in test()
1286 new BaseInterface[] { in test()
1287 null, new BaseInterface() {}, in test()
1291 new Any(new Type(BaseInterface[].class), in test()
1292 new BaseInterface[] {}), in test()
1295 new Any(new Type(BaseInterface[].class), in test()
1296 new BaseInterface[] { in test()
1297 null, new BaseInterface() {}, in test()
1301 new Any(new Type(BaseInterface[].class), in test()
1303 new CompareSpecific(new BaseInterface[] {})); in test()
1307 new Any(new Type(BaseInterface[].class), in test()
1311 new BaseInterface[] { null, if1 })); in test()
1734 new BaseInterface() {}, in test()
1748 new BaseInterface() {}, in test()
1759 XInterface if2 = new BaseInterface() {}; in test()
1773 new BaseInterface[][] { in test()
1774 new BaseInterface[] {} }), in test()
1779 BaseInterface if1 = new BaseInterface() {}; in test()
1780 BaseInterface if2 = new DerivedInterface() {}; in test()
1783 new BaseInterface[][] { in test()
1784 new BaseInterface[] { in test()
1811 new BaseInterface[][] { in test()
1812 new BaseInterface[] {} }, in test()
1815 new BaseInterface[][] { in test()
1816 new BaseInterface[] { in test()
1817 null, new BaseInterface() {}, in test()
1821 new Any(new Type(BaseInterface[][].class), in test()
1822 new BaseInterface[][] { in test()
1823 new BaseInterface[] {} }), in test()
1827 new Type(BaseInterface[][].class), in test()
1828 new BaseInterface[][] { in test()
1829 new BaseInterface[] { in test()
1830 null, new BaseInterface() {}, in test()
1834 new Any(new Type(BaseInterface[][].class), in test()
1838 new BaseInterface[][] { in test()
1839 new BaseInterface[] {} })); in test()
1843 new Any(new Type(BaseInterface[][].class), in test()
1848 new BaseInterface[][] { in test()
1849 new BaseInterface[] { in test()
2001 success &= testMapAny(transport, new BaseInterface() {}, in test()
2014 new BaseInterface() {}), in test()
2021 new Any(new Type(BaseInterface.class), null), in test()
2024 new Any(new Type(BaseInterface.class), in test()
2025 new BaseInterface() {}), in test()
2028 new Any(new Type(BaseInterface.class), in test()