DefaultApiDescriptionProviderTest.cs (10)
678new ProducesResponseTypeAttribute(typeof(BadData), 400),
749Assert.Equal(typeof(BadData), responseType.Type);
778new ProducesResponseTypeAttribute(typeof(BadData), 400),
851Assert.Equal(typeof(BadData), responseType.Type);
888new ProducesResponseTypeAttribute(typeof(BadData), 400),
921Assert.Equal(typeof(BadData), responseType.Type);
958new ProducesResponseTypeAttribute(typeof(BadData), 400),
991Assert.Equal(typeof(BadData), responseType.Type);
1028new ProducesResponseTypeAttribute(typeof(BadData), 400),
1061Assert.Equal(typeof(BadData), responseType.Type);