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