12 references to TestXmlOutputFormatter
Microsoft.AspNetCore.Mvc.Core.Test (12)
Infrastructure\ObjectResultExecutorTest.cs (12)
33
result.Formatters.Add(new
TestXmlOutputFormatter
());
58
result.Formatters.Add(new
TestXmlOutputFormatter
());
81
result.Formatters.Add(new
TestXmlOutputFormatter
());
103
result.Formatters.Add(new
TestXmlOutputFormatter
());
126
result.Formatters.Add(new
TestXmlOutputFormatter
()); // This will be chosen based on the problem details content type
148
result.Formatters.Add(new
TestXmlOutputFormatter
()); // This will be chosen based on the problem details content type
170
result.Formatters.Add(new
TestXmlOutputFormatter
()); // This will be chosen based on the problem details content type
197
result.Formatters.Add(new
TestXmlOutputFormatter
());
222
result.Formatters.Add(new
TestXmlOutputFormatter
()); // This will be chosen based on the Accept Headers "application/xml"
242
result.Formatters.Add(new
TestXmlOutputFormatter
()); // This will be chosen based on the problem details added content type
383
result.Formatters.Add(new
TestXmlOutputFormatter
());
420
result.Formatters.Add(new
TestXmlOutputFormatter
());