Ejemplo n.º 1
0
 public void IndexTest()
 {
     ISitesService service = null; // TODO: Initialize to an appropriate value
     HomeController target = new HomeController(service); // TODO: Initialize to an appropriate value
     string icode = string.Empty; // TODO: Initialize to an appropriate value
     target.Index(icode);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }