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
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/header/Rfc6570Serializer.java
Copy file name to clipboardExpand all lines: samples/client/3_0_3_unit_test/java/src/main/java/org/openapijsonschematools/client/parameter/CookieSerializer.java
Copy file name to clipboardExpand all lines: samples/client/3_0_3_unit_test/java/src/test/java/org/openapijsonschematools/client/header/SchemaHeaderTest.java
+26-11
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public void testSerialization() throws ValidationException, NotImplementedExcept
34
34
mapPayload.put("R", 100);
35
35
mapPayload.put("G", 200);
36
36
mapPayload.put("B", 150);
37
-
vartestCases = List.of(
37
+
List<ParamTestCase>testCases = List.of(
38
38
newParamTestCase(
39
39
null,
40
40
Map.of("color", List.of(""))
@@ -135,28 +135,43 @@ public void testDeserialization() throws ValidationException, NotImplementedExce
Copy file name to clipboardExpand all lines: samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/header/Rfc6570Serializer.java
Copy file name to clipboardExpand all lines: samples/client/3_1_0_unit_test/java/src/main/java/org/openapijsonschematools/client/parameter/CookieSerializer.java
Copy file name to clipboardExpand all lines: samples/client/3_1_0_unit_test/java/src/test/java/org/openapijsonschematools/client/header/SchemaHeaderTest.java
+26-11
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ public void testSerialization() throws ValidationException, NotImplementedExcept
34
34
mapPayload.put("R", 100);
35
35
mapPayload.put("G", 200);
36
36
mapPayload.put("B", 150);
37
-
vartestCases = List.of(
37
+
List<ParamTestCase>testCases = List.of(
38
38
newParamTestCase(
39
39
null,
40
40
Map.of("color", List.of(""))
@@ -135,28 +135,43 @@ public void testDeserialization() throws ValidationException, NotImplementedExce
0 commit comments