public TestInfoEnvelopeConsumer(ITestInfoCache testInfoCache)
 {
     this.testInfoCache = testInfoCache;
 }
示例#2
0
 public TestSubmissionConsumer(IServiceBus bus, ITestInfoCache testInfoCache, IFactory <ICompiler> compilers)
 {
     this.bus           = bus;
     this.testInfoCache = testInfoCache;
     this.compilers     = compilers;
 }