File tree Expand file tree Collapse file tree
openapi-processor-core/src/testInt/kotlin/io/openapiprocessor/core Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ val ALL_30: List<TestParams> = listOf(
1414 test30_DR(" bean-validation-iterable" ),
1515 test30_DR(" bean-validation-jakarta" ),
1616 test30_D_(" bean-validation-list-item-import" ),
17+ test30_D_(" bean-validation-mapping-supported" ),
1718 test30_D_(" bean-validation-requestbody" ),
1819 test30_D_(" bean-validation-requestbody-mapping" ),
1920 test30_DR(" components-requestbodies" ),
@@ -98,6 +99,7 @@ val ALL_31: List<TestParams> = listOf(
9899 test31_DR(" bean-validation-iterable" ),
99100 test31_DR(" bean-validation-jakarta" ),
100101 test31_D_(" bean-validation-list-item-import" ),
102+ test31_D_(" bean-validation-mapping-supported" ),
101103 test31_D_(" bean-validation-requestbody" ),
102104 test31_D_(" bean-validation-requestbody-mapping" ),
103105 test31_DR(" components-requestbodies" ),
You can’t perform that action at this time.
0 commit comments