Пример #1
0
 public void ViewSiteTest()
 {
     ISitesService service = null; // TODO: Initialize to an appropriate value
     HomeController target = new HomeController(service); // TODO: Initialize to an appropriate value
     string page = string.Empty; // TODO: Initialize to an appropriate value
     target.ViewSite(page);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }