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