We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071817b commit 015c16fCopy full SHA for 015c16f
src/testInt/groovy/com/github/hauner/openapi/generatr/GeneratrEndToEndTest.groovy
@@ -30,6 +30,7 @@ class GeneratrEndToEndTest extends GeneratrTestBase {
30
@Parameterized.Parameters(name = "{0}")
31
static Collection<TestSet> sources () {
32
return [
33
+ new TestSet(name: 'endpoint-exclude'),
34
new TestSet(name: 'no-response-content'),
35
new TestSet(name: 'params-additional'),
36
new TestSet(name: 'params-enum'),
0 commit comments