1 instantiation of TestOutputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
ApiResponseTypeProviderTest.cs (1)
771
OutputFormatters = { new
TestOutputFormatter
() },
4 references to TestOutputFormatter
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (4)
ApiResponseTypeProviderTest.cs (4)
47
Assert.IsType<
TestOutputFormatter
>(format.Formatter);
112
Assert.IsType<
TestOutputFormatter
>(format.Formatter);
125
Assert.IsType<
TestOutputFormatter
>(format.Formatter);
170
Assert.IsType<
TestOutputFormatter
>(format.Formatter);