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