1 override of ReadAsync_ComplexPoco_Expected
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
NewtonsoftJsonInputFormatterTest.cs (1)
607
internal override string
ReadAsync_ComplexPoco_Expected
=> "Person.Numbers[2]";
1 reference to ReadAsync_ComplexPoco_Expected
Microsoft.AspNetCore.Mvc.NewtonsoftJson.Test (1)
src\Mvc\Mvc.Core\test\Formatters\JsonInputFormatterTestBase.cs (1)
479
var expectedKey =
ReadAsync_ComplexPoco_Expected
;