Ejemplo n.º 1
0
        public async void ListBlobsAsync_NotFound()
        {
            var result = await _controller.ListBlobsAsync("not_existing_id");

            Assert.IsType(typeof(NotFoundResult), result);
        }