*
* @return instantiation of {@link FileImportManager} assigned to some test
* data
*/
public static IDMDataImportManager<PerformanceTuple> createTestFileImportManager() {
return (new FileImportManagerFactory()).create(new ParameterBlock(TEST_DIR,
FileImportManagerFactory.TARGET_DIR), SimSystem.getRegistry().createContext());
}