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