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