use of ca.corefacility.bioinformatics.irida.pipeline.results.impl.SISTRSampleUpdater in project irida by phac-nml.
the class SISTRSampleUpdaterTest method setUp.
@Before
public void setUp() {
sampleService = mock(SampleService.class);
metadataTemplateService = mock(MetadataTemplateService.class);
updater = new SISTRSampleUpdater(metadataTemplateService, sampleService);
}
Aggregations