public void RuleControllerTest_DeleteRule() { var actual = controller.DeleteRule(1); Assert.AreEqual("Delete completed successful", actual); }