Ejemplo n.º 1
0
        public async void GetAllContainersAsync_ReturnsOk()
        {
            var result = await _controller.GetAllContainersAsync();

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