}
private void checkPersistedConfigurations(InternalConfiguration[] expected)
throws IOException {
ConfigurationStore newStore = new ConfigurationStoreImpl(fileManager);
InternalConfiguration[] persisted = newStore.load();
assertMatchingConfigurations(expected, persisted);
}
}