public void DoctorTest()
 {
     PortalController target = new PortalController(); // TODO: Initialize to an appropriate value
     ActionResult expected = null; // TODO: Initialize to an appropriate value
     ActionResult actual;
     actual = target.Doctor();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
 public void PortalControllerConstructorTest()
 {
     PortalController target = new PortalController();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }