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