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