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