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