コード例 #1
0
 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;
 }