示例#1
0
 public void TestCleanup()
 {
     stubSite   = null;
     testDomain = String.Empty;
 }
示例#2
0
 public void TestInit()
 {
     testDomain = "https://www.test.com/";
     stubSite   = new siteMapper.Website(testDomain);
 }