Search in sources :

Example 1 with SequencingRunController

use of ca.corefacility.bioinformatics.irida.ria.web.SequencingRunController in project irida by phac-nml.

the class SequencingRunControllerTest method setup.

@Before
public void setup() {
    sequencingRunService = mock(SequencingRunService.class);
    objectService = mock(SequencingObjectService.class);
    messageSource = mock(MessageSource.class);
    controller = new SequencingRunController(sequencingRunService, objectService, messageSource);
}
Also used : SequencingObjectService(ca.corefacility.bioinformatics.irida.service.SequencingObjectService) MessageSource(org.springframework.context.MessageSource) SequencingRunController(ca.corefacility.bioinformatics.irida.ria.web.SequencingRunController) SequencingRunService(ca.corefacility.bioinformatics.irida.service.SequencingRunService) Before(org.junit.Before)

Aggregations

SequencingRunController (ca.corefacility.bioinformatics.irida.ria.web.SequencingRunController)1 SequencingObjectService (ca.corefacility.bioinformatics.irida.service.SequencingObjectService)1 SequencingRunService (ca.corefacility.bioinformatics.irida.service.SequencingRunService)1 Before (org.junit.Before)1 MessageSource (org.springframework.context.MessageSource)1