Assert.assertEquals(file2.toURI().toURL(), deployer2.deployedUrl);
Assert.assertEquals(file3.toURI().toURL(), deployer3.deployedUrl);
Assert.assertEquals(file3.toURI().toURL(), deployer4.deployedUrl);
// Registering same again should do nothing
fdm.registerDeployer(deployer1);
Assert.assertEquals(4, fdm.getDeployers().size());
Assert.assertTrue(fdm.getDeployers().contains(deployer1));
Assert.assertTrue(fdm.getDeployers().contains(deployer2));
Assert.assertTrue(fdm.getDeployers().contains(deployer3));