2 references to SystemTextJsonOutputFormatterController
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
SystemTextJsonOutputFormatterTest.cs (2)
62
var response = await Client.GetAsync($"/SystemTextJsonOutputFormatter/{nameof(
SystemTextJsonOutputFormatterController
.PolymorphicResult)}");
77
var response = await Client.GetAsync($"/SystemTextJsonOutputFormatter/{nameof(
SystemTextJsonOutputFormatterController
.AsyncEnumerable)}");