Example #1
0
        public void Create_CorrectView_True()
        {
            StylistController controller = new StylistController();
            ActionResult      createView = controller.Create();

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