}
}
private Config buildTestConfigFrom(String testConfigFile)
{
ConfigReader configReader = new ConfigReader();
Config testConfig;
try
{
testConfig = configReader.getConfigFromFile(testConfigFile);
}
catch (FileNotFoundException e)
{
throw new DistributedTestException("Exception while loading test config from " + testConfigFile, e);
}