12 references to ApiExplorerResponseFormat
Microsoft.AspNetCore.Mvc.FunctionalTests (12)
ApiExplorerTest.cs (12)
602
var
responseFormat = Assert.Single(responseType.ResponseFormats);
756
var
responseFormat = Assert.Single(responseType.ResponseFormats);
763
var
responseFormat = Assert.Single(responseType.ResponseFormats);
855
var
textXml = Assert.Single(responseType.ResponseFormats, f => f.MediaType == "text/xml");
857
var
applicationXml = Assert.Single(responseType.ResponseFormats, f => f.MediaType == "application/xml");
860
var
textJson = Assert.Single(responseType.ResponseFormats, f => f.MediaType == "text/json");
862
var
applicationJson = Assert.Single(responseType.ResponseFormats, f => f.MediaType == "application/json");
881
var
applicationJson = Assert.Single(
886
var
textJson = Assert.Single(responseType.ResponseFormats, f => f.MediaType == "text/json");
958
var
responseFormat = Assert.Single(responseType.ResponseFormats);
1620
public IList<
ApiExplorerResponseFormat
> ResponseFormats { get; }
1621
= new List<
ApiExplorerResponseFormat
>();