Exemple #1
0
 public void CreateSiteTest()
 {
     ISitesService service = null; // TODO: Initialize to an appropriate value
     HomeController target = new HomeController(service); // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.CreateSite();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }