public TestBase()
 {
     this.jobRunFakeTuples         = new FakeGeneratedJobRunsStore();
     this.ProgressChannelStore     = new ProgressChannelStore();
     this.jobRunInformationService = new JobRunInfoServiceMock(this.jobRunFakeTuples);
 }
Exemplo n.º 2
0
 public JobbrServiceProviderMock(JobRunInfoServiceMock jobRunInformationService, ProgressChannelStore progressChannelStore)
 {
     this.jobRunInformationService = jobRunInformationService;
     this.progressChannelStore     = progressChannelStore;
 }