示例#1
0
        public void CreateTop10TestNotFoundTest(string id)
        {
            IActionResult createTop10 = administration.CreateTop10(id);

            Assert.IsType <NotFoundResult>(createTop10);
        }