Community

Testing Validation Attributes with xUnit

(Daan Acohen) To test the validation of data models for REST API Controllers, just creating an instance of the controller class and calling the intended method is not an option.