2 writes to Child
Microsoft.AspNetCore.Http.Results.Tests (2)
HttpResultsHelperTests.cs (2)
157
Child
= "With type hierarchies!"
229
yield return new TodoJsonChild() { Id = 3, IsComplete = true, Name = "Three",
Child
= "ThreeChild" };
2 references to Child
Microsoft.AspNetCore.Http.Results.Tests (2)
HttpResultsHelperTests.cs (2)
177
Assert.Equal("With type hierarchies!", body!.
Child
);
218
Assert.Equal("ThreeChild", three.
Child
);