public void testAgent() throws Exception {
RMIRegistryService rmiRegistryService = new RMIRegistryService();
rmiRegistryService.setHost("localhost");
rmiRegistryService.setPort(1099);
JmxDiscoveryPublisher jmxDiscoveryPublisher = new JmxDiscoveryPublisher("node2", "cluster2", "rmi", "JMXService", "farm",agent, rmiRegistryService);
assertEquals("cluster2", clusterName);
checkNodeInfo(nodeInfo, "node2", "localhost", 1099, "user", "pw", "rmi", "JMXService");
}