public TestBase() { this.jobRunFakeTuples = new FakeGeneratedJobRunsStore(); this.ProgressChannelStore = new ProgressChannelStore(); this.jobRunInformationService = new JobRunInfoServiceMock(this.jobRunFakeTuples); }
public JobbrServiceProviderMock(JobRunInfoServiceMock jobRunInformationService, ProgressChannelStore progressChannelStore) { this.jobRunInformationService = jobRunInformationService; this.progressChannelStore = progressChannelStore; }