10 references to BadData
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (10)
DefaultApiDescriptionProviderTest.cs (10)
649new ProducesResponseTypeAttribute(typeof(BadData), 400), 720Assert.Equal(typeof(BadData), responseType.Type); 749new ProducesResponseTypeAttribute(typeof(BadData), 400), 822Assert.Equal(typeof(BadData), responseType.Type); 859new ProducesResponseTypeAttribute(typeof(BadData), 400), 892Assert.Equal(typeof(BadData), responseType.Type); 929new ProducesResponseTypeAttribute(typeof(BadData), 400), 962Assert.Equal(typeof(BadData), responseType.Type); 999new ProducesResponseTypeAttribute(typeof(BadData), 400), 1032Assert.Equal(typeof(BadData), responseType.Type);