Esempio n. 1
0
        public void ReturnViewForAddCategory()
        {
            //Act
            IActionResult result = _sut.AddCategory();

            //Assert
            Assert.IsType <ViewResult>(result);
        }