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()); 225result.Formatters.Add(new TestXmlOutputFormatter()); // This will be chosen based on the Accept Headers "application/xml" 266result.Formatters.Add(new TestXmlOutputFormatter()); // This will be chosen based on the problem details added content type 407result.Formatters.Add(new TestXmlOutputFormatter()); 444result.Formatters.Add(new TestXmlOutputFormatter());