Base:
method
GetInputFormatter
Microsoft.AspNetCore.Mvc.Formatters.JsonInputFormatterTestBase.GetInputFormatter(System.Boolean)
5 references to GetInputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (5)
Formatters\SystemTextJsonInputFormatterTest.cs (5)
68
var formatter =
GetInputFormatter
();
93
var formatter =
GetInputFormatter
();
114
var formatter =
GetInputFormatter
();
142
var formatter =
GetInputFormatter
(allowInputFormatterExceptionMessages: true);
165
var formatter =
GetInputFormatter
(allowInputFormatterExceptionMessages: false);