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 TestMethod1() { string tfsPath = "a"; string userId = "b"; string password = "******"; string domain = "d"; TfsBuildConnection tbc = new TfsBuildConnection(tfsPath, userId, password, domain); }