Exemplo n.º 1
0
 public void TestMethod2()
 {
     string             tfsPath  = "http://foo.bar.bat/collection";
     string             userId   = "b";
     string             password = "******";
     string             domain   = "d";
     TfsBuildConnection tbc      = new TfsBuildConnection(tfsPath, userId, password, domain);
 }
 public void TestMethod2()
 {
     string tfsPath = "http://foo.bar.bat/collection";
     string userId = "b";
     string password = "******";
     string domain = "d";
     TfsBuildConnection tbc = new TfsBuildConnection(tfsPath, userId, password, domain);
 }
Exemplo n.º 3
0
 public void TestMethod1()
 {
     string             tfsPath  = "a";
     string             userId   = "b";
     string             password = "******";
     string             domain   = "d";
     TfsBuildConnection tbc      = new TfsBuildConnection(tfsPath, userId, password, domain);
 }
 public void TestMethod1()
 {
     string tfsPath = "a";
     string userId = "b";
     string password = "******";
     string domain = "d";
     TfsBuildConnection tbc = new TfsBuildConnection(tfsPath, userId, password, domain);
 }