Search in sources :

Example 1 with FastqcFileProcessor

use of ca.corefacility.bioinformatics.irida.processing.impl.FastqcFileProcessor in project irida by phac-nml.

the class FastqcFileProcessorTest method setUp.

@Before
public void setUp() {
    messageSource = mock(MessageSource.class);
    sequenceFileRepository = mock(SequenceFileRepository.class);
    fileProcessor = new FastqcFileProcessor(messageSource, sequenceFileRepository);
}
Also used : FastqcFileProcessor(ca.corefacility.bioinformatics.irida.processing.impl.FastqcFileProcessor) SequenceFileRepository(ca.corefacility.bioinformatics.irida.repositories.sequencefile.SequenceFileRepository) MessageSource(org.springframework.context.MessageSource) Before(org.junit.Before)

Aggregations

FastqcFileProcessor (ca.corefacility.bioinformatics.irida.processing.impl.FastqcFileProcessor)1 SequenceFileRepository (ca.corefacility.bioinformatics.irida.repositories.sequencefile.SequenceFileRepository)1 Before (org.junit.Before)1 MessageSource (org.springframework.context.MessageSource)1