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