Inheritance: Controller
Ejemplo n.º 1
0
 public void APIViewTest()
 {
     HomeController target = new HomeController(); // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.APIView();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Ejemplo n.º 2
0
 public void HomeControllerConstructorTest()
 {
     HomeController target = new HomeController();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }