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