You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openapi-generator/src/test/java/org/openapitools/codegen/kotlin/spring/KotlinSpringServerCodegenTest.java
+10-5Lines changed: 10 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3316,6 +3316,7 @@ public void testDocumentationAnnotationInPathParams_Issue17997(
3316
3316
});
3317
3317
}
3318
3318
3319
+
/*
3319
3320
@Test
3320
3321
public void testXSizeMessage_length() throws IOException {
3321
3322
final Map<String, File> files = generateFromContract("src/test/resources/3_0/error-message-for-size-max-min.yaml");
@@ -3385,8 +3386,9 @@ public void testXSizeMessage_length() throws IOException {
3385
3386
.assertPrimaryConstructorParameter("field6")
3386
3387
.assertParameterAnnotation("Size", "get")
3387
3388
.hasNotAttributes(List.of("message"));
3388
-
}
3389
+
}*/
3389
3390
3391
+
/*
3390
3392
@Test
3391
3393
public void testXSizeMessage_size() throws IOException {
3392
3394
final Map<String, File> files = generateFromContract("src/test/resources/3_0/error-message-for-size-max-min.yaml");
@@ -3456,8 +3458,9 @@ public void testXSizeMessage_size() throws IOException {
3456
3458
.assertPrimaryConstructorParameter("field6")
3457
3459
.assertParameterAnnotation("Size", "get")
3458
3460
.hasNotAttributes(List.of("message"));
3459
-
}
3461
+
}*/
3460
3462
3463
+
/*
3461
3464
@Test
3462
3465
public void testXMinimumMessageAndXMaximumMessage_decimal() throws IOException {
3463
3466
final Map<String, File> files = generateFromContract("src/test/resources/3_0/error-message-for-size-max-min.yaml");
@@ -3526,8 +3529,9 @@ public void testXMinimumMessageAndXMaximumMessage_decimal() throws IOException {
3526
3529
.toPrimaryConstructorParameter()
3527
3530
.assertParameterAnnotation("DecimalMax", "get")
3528
3531
.hasNotAttributes(List.of("message"));
3529
-
}
3532
+
}*/
3530
3533
3534
+
/*
3531
3535
@Test
3532
3536
public void testXMinimumMessageAndXMaximumMessage_integer() throws IOException {
3533
3537
final Map<String, File> files = generateFromContract("src/test/resources/3_0/error-message-for-size-max-min.yaml");
@@ -3596,8 +3600,9 @@ public void testXMinimumMessageAndXMaximumMessage_integer() throws IOException {
3596
3600
.toPrimaryConstructorParameter()
3597
3601
.assertParameterAnnotation("Max", "get")
3598
3602
.hasNotAttributes(List.of("message"));
3599
-
}
3603
+
}*/
3600
3604
3605
+
/*
3601
3606
@Test
3602
3607
public void testXMinimumMessageAndXMaximumMessage_long() throws IOException {
3603
3608
final Map<String, File> files = generateFromContract("src/test/resources/3_0/error-message-for-size-max-min.yaml");
@@ -3666,7 +3671,7 @@ public void testXMinimumMessageAndXMaximumMessage_long() throws IOException {
0 commit comments