Lines Matching refs:check

69         check("ArrayList<MBeanServer> findMBeanServer", mbsList1.size() == 1);
70 check("ArrayList findMBeanServer", mbsList1.equals(mbsList2));
78 check("Set<ObjectName> MBeanServer.queryNames", names1.size() >= 1);
79 check("Set MBeanServer.queryNames", names2.size() >= 1);
80 check("Set<ObjectName> MBeanServerConnection.queryNames",
82 check("queryNames sets same",
91 check("Set<ObjectInstsance> MBeanServer.queryMBeans",
93 check("Set MBeanServer.queryMBeans", mbeans2.size() >= 1);
94 check("Set<ObjectInstsance> MBeanServerConnection.queryMBeans",
96 check("queryMBeans sets same",
105 check("Vector<String> AttributeChangeNotificationFilter.getEnabled" +
114 check("new AttributeList(List<Attribute>)", al1.equals(al2));
117 check("List<Attribute> AttributeList.asList()",
125 check("new Role(String,List<ObjectName>).getRoleValue() -> " +
131 check("new RoleList(List<Role>)", rl1.equals(rl2));
135 check("List<Role> RoleList.asList()",
144 check("new RoleUnresolved(...List<ObjectName>...).getRoleValue() -> " +
151 check("new RoleUnresolvedList(List<RoleUnresolved>", rul1.equals(rul2));
156 check("List<RoleUnresolved> RoleUnresolvedList.asList()",
210 check("CompositeDataSupport(CompositeType, Map<String,?>",
214 check("Set<String> CompositeType.keySet()",
218 check("Set<String> TabularType.getIndexNames()",
228 check("Set<List<?>> TabularDataSupport.keySet()",
230 check("Collection<CompositeData> TabularDataSupport.values()",
240 check("MBeanServerInvocationHandler.newProxyInstance",
246 check("<T> StandardMBean(T impl, Class<T> intf)",
289 check("Map<ObjectName,List<String>> RelationService.findAssociatedMBeans",
297 check("Map<String,List<String>> RelationService.findReferencingRelations",
302 check("List<String> RelationService.findRelationsOfType",
307 check("List<String> RelationService.getAllRelationIds()",
312 check("List<String> RelationService.getAllRelationTypeNames",
317 check("Map<ObjectName,List<String>> RelationService.getReferencedMBeans",
324 check("List<ObjectName> RelationService.getRole",
335 check("List<RoleInfo> RelationService.getRoleInfos",
344 // test equality here so we check type and size and have done with it
345 check("List<RoleInfo> RelationType.getRoleInfos",
351 check("Vector<ObjectName> MBeanServerNotificationFilter." +
356 check("Vector<ObjectName> MBeanServerNotificationFilter." +
368 check("List<ObjectName> RelationNotification.getMBeansToUnregister",
377 check("List<ObjectName> RelationNotification.getOldRoleValue",
380 check("List<ObjectName> RelationNotification.getNewRoleValue",
395 check("Vector<Integer> TimerMBean.getNotificationIDs",
398 check("Vector<Integer> TimerMBean.getAllNotificationIDs",
476 private static void check(String what, boolean cond) {