public void CallGetAll_ShouldReturnSomeData() { var result = controller.GetAll() as OkObjectResult; Assert.IsNotNull(result.Value); }