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