DefaultApiDescriptionProviderTest.cs (10)
679new ProducesResponseTypeAttribute(typeof(BadData), 400),
750Assert.Equal(typeof(BadData), responseType.Type);
779new ProducesResponseTypeAttribute(typeof(BadData), 400),
852Assert.Equal(typeof(BadData), responseType.Type);
889new ProducesResponseTypeAttribute(typeof(BadData), 400),
922Assert.Equal(typeof(BadData), responseType.Type);
959new ProducesResponseTypeAttribute(typeof(BadData), 400),
992Assert.Equal(typeof(BadData), responseType.Type);
1029new ProducesResponseTypeAttribute(typeof(BadData), 400),
1062Assert.Equal(typeof(BadData), responseType.Type);