예제 #1
0
        public async Task GetAsync_NotFoundAsync()
        {
            var actualResult = await _pollController.GetAsync(-10);

            actualResult.Should().BeOfType <NotFoundResult>();
        }