Example #1
0
 public TfsSinkTests()
 {
     this.tfsServiceSimulator = new TfsServiceProviderSimulator(new Uri("http://dummyUri"));
     this.parentWorkItemId    = this.tfsServiceSimulator.CreateWorkItem("Parent Work Item");
 }
 public override ITfsServiceProvider CreateTfsServiceProvider()
 {
     this.tfsServiceProviderSimulator = new TfsServiceProviderSimulator(new Uri("http://dummyUri"));
     return(this.tfsServiceProviderSimulator);
 }