8 instantiations of TestStringOutputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (8)
Infrastructure\ObjectResultExecutorTest.cs (8)
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()); 223result.Formatters.Add(new TestStringOutputFormatter()); 244result.Formatters.Add(new TestStringOutputFormatter());