public void Get_ReturnsOkResult() { // Act var okResult = _controller.GetAll(); // Assert Assert.IsType <OkObjectResult>(okResult.Result); }