52535455565758
InputStream is = MultipleNodesTestBase.class .getResourceAsStream("/config.cfg"); Properties properties = new Properties(); properties.load(is); is.close(); config = new Config(properties); }