13 instantiations of TestJsonOutputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (13)
Infrastructure\ObjectResultExecutorTest.cs (13)
34result.Formatters.Add(new TestJsonOutputFormatter()); 59result.Formatters.Add(new TestJsonOutputFormatter()); 82result.Formatters.Add(new TestJsonOutputFormatter()); // This will be chosen based on the content type 127result.Formatters.Add(new TestJsonOutputFormatter()); 149result.Formatters.Add(new TestJsonOutputFormatter()); 171result.Formatters.Add(new TestJsonOutputFormatter()); 196result.Formatters.Add(new TestJsonOutputFormatter()); // This will be chosen based on the Accept Headers "application/json" 221result.Formatters.Add(new TestJsonOutputFormatter()); 243result.Formatters.Add(new TestJsonOutputFormatter()); 284options.OutputFormatters.Add(new TestJsonOutputFormatter()); 382result.Formatters.Add(new TestJsonOutputFormatter()); 419result.Formatters.Add(new TestJsonOutputFormatter()); 442var formatter = new TestJsonOutputFormatter();
1 reference to TestJsonOutputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (1)
Infrastructure\ObjectResultExecutorTest.cs (1)
442var formatter = new TestJsonOutputFormatter();