public void DashboardTest() { IOrderRepository repo = null; // TODO: Initialize to an appropriate value IFormsAuthentication formsAuthentication = null; // TODO: Initialize to an appropriate value MemberController target = new MemberController(repo, formsAuthentication); // TODO: Initialize to an appropriate value ActionResult expected = null; // TODO: Initialize to an appropriate value ActionResult actual; actual = target.Dashboard(); Assert.AreEqual(expected, actual); Assert.Inconclusive("Verify the correctness of this test method."); }