aspnetcore/test/Microsoft.AspNetCore.Mvc.Co.../Formatters
Pranav K 8d66f104f7 Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
..
AcceptHeaderParserTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
FormatFilterTest.cs Convert `RouteValueDictionary` values to `string` using `CultureInfo.InvariantCulture` (#8674) 2018-10-30 20:09:17 -07:00
FormatterCollectionTest.cs
FormatterMappingsTest.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00
InputFormatterTest.cs Handle subtype with suffix being a subtype without a suffix (#8170) 2018-07-30 12:05:41 -07:00
MediaTypeTest.cs Handle subtype with suffix being a subtype without a suffix (#8170) 2018-07-30 12:05:41 -07:00
NoContentFormatterTests.cs Fix some spelling (#8378) 2018-09-06 07:39:01 -07:00
OutputFormatterTests.cs Add support for media type suffixes (#5273, #6032) 2017-03-31 10:20:43 +01:00
ResponseContentTypeHelperTest.cs Make types in Microsoft.AspNetCore.Mvc.Internal namespace internal 2018-11-08 14:00:16 -08:00
StreamOutputFormatterTest.cs Reduce allocations during HTML generation 2016-10-03 12:17:47 -07:00
StringOutputFormatterTests.cs [Fixes #4945] Simple string returned by controller action is not a valid JSON! 2017-01-25 13:29:18 -08:00
TextInputFormatterTest.cs
TextOutputFormatterTests.cs