mockconfigure.expects(once()).method("link").with(eq("delEmpFromBoss"),
eq("ldifsource"));
mockconfigure.expects(once()).method("link").with(
eq("changeBossOfEmp"), eq("ldifsource"));
// configure
xc.configure((Configure) mockconfigure.proxy());
}
public void test05RenameAndCompareOperations()
throws MapperConfigurationException, XMLConfiguratorException {
XMLConfigurator xc = new XMLConfigurator();