@@ -20,38 +20,28 @@ import com.github.hauner.openapi.api.OpenApiProcessor
2020
2121class TestSet {
2222
23- static def testSetsCore = [
23+ static def ALL = [
2424 ' bean-validation' ,
25- ' endpoint-exclude'
26- ]
27-
28- static def testSetsFramework = [
29-
30- ]
31-
32- static def testSets = [
33- ' bean-validation' ,
34- // 'endpoint-exclude',
35- // 'method-operation-id',
36- // 'no-response-content',
37- // 'params-additional',
38- // 'params-complex-data-types',
39- // 'params-enum',
40- // 'params-simple-data-types',
41- // 'params-request-body',
42- // 'params-request-body-multipart-form-data',
43- // 'params-path-simple-data-types',
44- // 'params-spring-pageable-mapping',
45- // 'ref-into-another-file',
46- // 'ref-loop',
47- // 'response-array-data-type-mapping',
48- // 'response-complex-data-types',
49- // 'response-content-multiple',
50- // 'response-content-single',
51- // 'response-result-mapping',
52- // 'response-simple-data-types',
53- // 'response-single-multi-mapping',
54- // 'schema-composed'
25+ ' endpoint-exclude' ,
26+ ' endpoint-http-mapping' , // uses framework annotations
27+ ' method-operation-id' ,
28+ ' params-additional' ,
29+ ' params-complex-data-types' , // uses framework annotations
30+ ' params-enum' ,
31+ ' params-path-simple-data-types' , // uses framework annotations
32+ ' params-request-body' , // uses framework annotations
33+ ' params-request-body-multipart-form-data' , // uses framework annotations
34+ ' params-simple-data-types' , // uses framework annotations
35+ ' ref-into-another-file' ,
36+ ' ref-loop' ,
37+ ' response-array-data-type-mapping' ,
38+ ' response-complex-data-types' ,
39+ ' response-content-multiple' ,
40+ ' response-content-single' ,
41+ ' response-result-mapping' ,
42+ ' response-simple-data-types' ,
43+ ' response-single-multi-mapping' ,
44+ ' schema-composed'
5545 ]
5646
5747 static String DEFAULT_MAPPING = """ \
0 commit comments