4 references to Customer
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (4)
DefaultApiDescriptionProviderTest.cs (4)
580
new FilterDescriptor(new ProducesResponseTypeAttribute(typeof(
Customer
), 200), FilterScope.Action)
589
Assert.Equal(typeof(
Customer
), responseType.Type);
673
new ProducesAttribute("text/json", "application/json") { Type = typeof(
Customer
) },
736
Assert.Equal(typeof(
Customer
), responseType.Type);