String scope = "(myProp=test)";
String interf = "es.schaaf.test";
String node = Util.getZooKeeperPath(interf);
final InterfaceDataMonitorListenerImpl idmli = c.createMock(InterfaceDataMonitorListenerImpl.class);
InterfaceMonitor im = new InterfaceMonitor(zk, interf, interest, scope, ctx) {
@Override
protected InterfaceDataMonitorListenerImpl createInterfaceDataMonitorListener(ZooKeeper zk,
String intf,