aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Formatters
Doug Bunting f04286562e Treat `ContentType==null` and `MediaType.GetEncoding(ContentType)==null` differently
- now, if client sends e.g. `Content-type: text/json;charset=[invalid]`, service will respond with HTTP/415
 - if client sends `Content-type: text/json`, service will still try UTF-8 (or updated default encoding)
 - intentional (and slight) behaviour change from 1ac7315
- include and a few new tests and some cleanup from same commit
2016-11-03 10:51:39 -07:00
..
FormatFilterTest.cs Added ValueProviderFactories to ResourceFilterExecutingContext 2016-05-20 04:15:07 -07:00
FormatterCollectionTest.cs
FormatterMappingsTest.cs Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
InputFormatterTest.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
MediaTypeTest.cs Correctly handle quoted media type parameter values 2016-10-24 13:16:09 -07:00
NoContentFormatterTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
OutputFormatterTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
StreamOutputFormatterTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
StringOutputFormatterTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00
TextInputFormatterTest.cs Treat `ContentType==null` and `MediaType.GetEncoding(ContentType)==null` differently 2016-11-03 10:51:39 -07:00
TextOutputFormatterTests.cs React to HttpAbstractions namespace changes 2016-03-30 16:19:42 -07:00