use of ca.corefacility.bioinformatics.irida.processing.impl.CoverageFileProcessor in project irida by phac-nml.
the class CoverageFileProcessorTest method setup.
@Before
public void setup() {
qcEntryRepository = mock(QCEntryRepository.class);
analysisRepository = mock(AnalysisRepository.class);
processor = new CoverageFileProcessor(qcEntryRepository, analysisRepository);
}
Aggregations