9 instantiations of TestStringOutputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (9)
Infrastructure\ObjectResultExecutorTest.cs (9)
35result.Formatters.Add(new TestStringOutputFormatter()); // This will be chosen based on the content type 60result.Formatters.Add(new TestStringOutputFormatter()); // This will be chosen based on the content type 128result.Formatters.Add(new TestStringOutputFormatter()); 150result.Formatters.Add(new TestStringOutputFormatter()); 172result.Formatters.Add(new TestStringOutputFormatter()); 198result.Formatters.Add(new TestStringOutputFormatter()); 226result.Formatters.Add(new TestStringOutputFormatter()); 247result.Formatters.Add(new TestStringOutputFormatter()); 268result.Formatters.Add(new TestStringOutputFormatter());