예제 #1
0
        public void All_Together()
        {
            StylistsController controller = new StylistsController();

            //Act
            ActionResult ShowAllInfo = controller.specialty(1);

            //Assert
            Assert.IsInstanceOfType(ShowAllInfo, typeof(ViewResult));
        }