Exemple #1
0
        public void Confirm_CorrectView_True()
        {
            SpecialtyController controller = new SpecialtyController();
            ActionResult        createView = controller.Confirm();

            Assert.IsInstanceOfType(createView, typeof(ViewResult));
        }