NodeMappingService nodemap = null;
try {
nodemap =
new NodeMappingServiceImpl(serviceProps, systemRegistry, null);
} finally {
if (nodemap != null) { nodemap.shutdown(); }
}
}
@Test(expected = IllegalArgumentException.class)
public void testConstructorAppButNoServerHost() throws Exception {