Ejemplo n.º 1
0
        public void DeleteShowNotFoundTest(string id)
        {
            IActionResult deleteShow = administration.DeleteShow(id);

            Assert.IsType <NotFoundResult>(deleteShow);
        }