serverConfig = new TestServerConfiguration(ConfigurationLoader.loadFile("src/testdata/publicKeys/server.xml"));
} catch (Exception e) {
throw new ConfigurationException(e.getMessage());
}
try {
platformConfig = new PlatformConfiguration(ConfigurationLoader.loadFile("src/testdata/publicKeys/platform.xml")) {};
} catch (Exception e) {
throw new ConfigurationException(e.getMessage());
}
}