WORK-WebAPI
David D'ALMEIDA 1 year ago
parent 0bbf0f9bb9
commit 6f1d4a21f3

@ -36,11 +36,11 @@ public class UserControllerTest
}; };
// Act // Act
var result = _usersController.Get(request).Result as OkObjectResult; //var result = _usersController.Get(request).Result as OkObjectResult;
// Assert // Assert
Assert.IsNotNull(result); // Assert.IsNotNull(result);
Assert.IsInstanceOfType(result.Value, typeof(PageResponse<UserDto>)); //Assert.IsInstanceOfType(result.Value, typeof(PageResponse<UserDto>));
} }
/* /*
[TestMethod] [TestMethod]

Loading…
Cancel
Save