aspnetcore/test/Microsoft.AspNet.Mvc.WebApi...
Doug Bunting 83a559c28c Add `ModelValidationNode`s consistently
- #2633
- do not leave `ModelBindingResult.ValidationNode` as `null` when we hit the `null` `RawValue` special case
 - move two bits of code together to make the special case more obvious
- add `ModelValidationNode` (that suppresses validation) when `HttpRequestMessageModelBinder` is successful
 - also suppress validation of `HttpRequestMEssage` properties
- suppress validation in `CancellationTokenModelBinder`, `FormCollectionModelBinder`, `FormCollectionModelBinder`
- do not create a `ModelValidationNode` when validation fails in `TypeConverterModelBinder`

nits:
- improve some doc comments
- add a quick `HttpRequestMessageModelBinderTest`
2015-08-11 08:30:29 -07:00
..
ActionResults Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
HttpRequestMessage Add `ModelValidationNode`s consistently 2015-08-11 08:30:29 -07:00
Mocks
TestUtils
ApiControllerActionDiscoveryTest.cs
ApiControllerTest.cs Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
DefaultContentNegotiatorTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
FormDataCollectionExtensionsTest.cs
HttpErrorTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
HttpResponseExceptionActionFilterTest.cs Rename IFilter -> IFilterMetadata 2015-07-06 23:40:43 -07:00
HttpResponseExceptionTest.cs
HttpResponseMessageOutputFormatterTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
Microsoft.AspNet.Mvc.WebApiCompatShimTest.xproj
OverloadActionConstraintTest.cs
project.json Move Moq to framework-specific dependencies 2015-07-13 16:12:09 -07:00