Exemplo n.º 1
0
        public void ReturnViewForBrand()
        {
            //Act
            IActionResult result = _sut.AddBrand();

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