use of org.eol.globi.service.Dataset in project eol-globi-data by jhpoelen.
the class StudyImporterForINaturalistTest method setup.
@Before
public void setup() throws DatasetFinderException {
Dataset dataset = datasetFor("globalbioticinteractions/inaturalist");
ParserFactory parserFactory = new ParserFactoryForDataset(dataset);
importer = new StudyImporterForINaturalist(parserFactory, nodeFactory);
importer.setDataset(dataset);
}
Aggregations