public void AdminController_Contains_Index_Method() { var controller = new AdminController(); ActionResult result = controller.Index(); Assert.IsNotNull(result); Assert.IsInstanceOfType(result, typeof(ActionResult)); }