コード例 #1
0
 public TfsWrite(TfsConfiguration tfsConfiguration, ITestStepResultBlobStore testStepBlobStore, ILog logger, IValidTfsEnvironmentProvider validTfsEnvironment)
     : base(tfsConfiguration, logger, validTfsEnvironment)
 {
     _testStepBlobStore = testStepBlobStore;
 }
コード例 #2
0
 public TestRunSaver(TfsBase tfsBase, ITestStepResultBlobStore testStepBlobStore)
 {
     _tfsBase           = tfsBase;
     _testStepBlobStore = testStepBlobStore;
 }