Search in sources :

Example 1 with StudyImporterTestFactory

use of org.eol.globi.data.StudyImporterTestFactory in project eol-globi-data by jhpoelen.

the class NormalizerTest method createStudyImporter.

private static StudyImporter createStudyImporter(Class<? extends StudyImporter> studyImporter, NodeFactoryNeo4j factory) throws StudyImporterException {
    StudyImporter importer = new StudyImporterTestFactory(factory).instantiateImporter(studyImporter);
    importer.setLogger(new StudyImportLogger());
    return importer;
}
Also used : StudyImporterTestFactory(org.eol.globi.data.StudyImporterTestFactory) StudyImporter(org.eol.globi.data.StudyImporter)

Aggregations

StudyImporter (org.eol.globi.data.StudyImporter)1 StudyImporterTestFactory (org.eol.globi.data.StudyImporterTestFactory)1