1 override of ReadAsync_NestedParseError_Expected
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\SystemTextJsonInputFormatterTest.cs (1)
210
internal override string
ReadAsync_NestedParseError_Expected
=> "$.b.c.d";
1 reference to ReadAsync_NestedParseError_Expected
Microsoft.AspNetCore.Mvc.Core.Test (1)
Formatters\JsonInputFormatterTestBase.cs (1)
514
Assert.Equal(
ReadAsync_NestedParseError_Expected
, kvp.Key);