File tree Expand file tree Collapse file tree 4 files changed +38
-8
lines changed
tck-tests/src/main/java/jakarta/jsonp/tck/api Expand file tree Collapse file tree 4 files changed +38
-8
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
- Copyright (c) 2018, 2020 Oracle and/or its affiliates. All rights reserved.
3
+ Copyright (c) 2018, 2022 Oracle and/or its affiliates. All rights reserved.
4
4
5
5
This program and the accompanying materials are made available under the
6
6
terms of the Eclipse Public License v. 2.0, which is available at
@@ -2654,6 +2654,24 @@ <h2> Jakarta JSON Processing - 2.0<br>
2654
2654
< br >
2655
2655
</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> true</ font > </ TD >
2656
2656
</ TR >
2657
+ < TR >
2658
+ < TD align ="center " valign ="center "> < a name ="JSONP:JAVADOC:681 "> </ a > < font size ="1PT "> JSONP:JAVADOC:681</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> enum</ font > </ TD > < TD align ="left " valign ="center "> < font size ="1PT "> jakarta.json.JsonConfig.KeyStrategy< br >
2659
+ </ font > </ TD > < TD align ="left " valign ="center "> < font size ="1PT "> Defines the different values allowed for KEY_STRATEGY.</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> true</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT ">
2660
+ < br >
2661
+ </ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> true</ font > </ TD >
2662
+ </ TR >
2663
+ < TR >
2664
+ < TD align ="center " valign ="center "> < a name ="JSONP:JAVADOC:682 "> </ a > < font size ="1PT "> JSONP:JAVADOC:682</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> JsonNumber</ font > </ TD > < TD align ="left " valign ="center "> < font size ="1PT "> jakarta.json.Json.createValue(Number value)< br >
2665
+ </ font > </ TD > < TD align ="left " valign ="center "> < font size ="1PT "> Creates a JsonNumber.</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> true</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT ">
2666
+ < br >
2667
+ </ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> true</ font > </ TD >
2668
+ </ TR >
2669
+ < TR >
2670
+ < TD align ="center " valign ="center "> < a name ="JSONP:JAVADOC:683 "> </ a > < font size ="1PT "> JSONP:JAVADOC:683</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> Event</ font > </ TD > < TD align ="left " valign ="center "> < font size ="1PT "> jakarta.json.stream.JsonParser.currentEvent< br >
2671
+ </ font > </ TD > < TD align ="left " valign ="center "> < font size ="1PT "> The event for the current parsing state.</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> true</ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT ">
2672
+ < br >
2673
+ </ font > </ TD > < TD align ="center " valign ="center "> < font size ="1PT "> true</ font > </ TD >
2674
+ </ TR >
2657
2675
</ TABLE >
2658
2676
</ body >
2659
2677
</ html >
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -1852,6 +1852,8 @@ public void jsonParser11Test() {
1852
1852
/*
1853
1853
* @testName: jsonParserCurrentEvent
1854
1854
*
1855
+ * @assertion_ids: JSONP:JAVADOC:683;
1856
+ *
1855
1857
* @test_Strategy: Tests JsonParser API methods added in JSON-P 2.1.
1856
1858
*/
1857
1859
@ Test
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -3165,7 +3165,9 @@ public void jsonReader11Test() {
3165
3165
3166
3166
/*
3167
3167
* @testName: testDuplicateKeysDefault
3168
- *
3168
+ *
3169
+ * @assertion_ids: JSONP:JAVADOC:681;
3170
+ *
3169
3171
* @test_Strategy: Tests key strategy added in JSON-P 2.1.
3170
3172
*/
3171
3173
@ Test
@@ -3181,7 +3183,9 @@ public void testDuplicateKeysDefault() {
3181
3183
3182
3184
/*
3183
3185
* @testName: testDuplicateKeysNone
3184
- *
3186
+ *
3187
+ * @assertion_ids: JSONP:JAVADOC:681;
3188
+ *
3185
3189
* @test_Strategy: Tests key strategy added in JSON-P 2.1.
3186
3190
*/
3187
3191
@ Test
@@ -3199,7 +3203,9 @@ public void testDuplicateKeysNone() {
3199
3203
3200
3204
/*
3201
3205
* @testName: testDuplicateKeysFirst
3202
- *
3206
+ *
3207
+ * @assertion_ids: JSONP:JAVADOC:681;
3208
+ *
3203
3209
* @test_Strategy: Tests key strategy added in JSON-P 2.1.
3204
3210
*/
3205
3211
@ Test
@@ -3216,7 +3222,9 @@ public void testDuplicateKeysFirst() {
3216
3222
3217
3223
/*
3218
3224
* @testName: testDuplicateKeysLast
3219
- *
3225
+ *
3226
+ * @assertion_ids: JSONP:JAVADOC:681;
3227
+ *
3220
3228
* @test_Strategy: Tests key strategy added in JSON-P 2.1.
3221
3229
*/
3222
3230
@ Test
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2020, 2021 Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2020, 2022 Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* This program and the accompanying materials are made available under the
5
5
* terms of the Eclipse Public License v. 2.0, which is available at
@@ -338,6 +338,8 @@ public void jsonStructure11Test() {
338
338
/*
339
339
* @testName: jsonNumber21Test
340
340
*
341
+ * @assertion_ids: JSONP:JAVADOC:682;
342
+ *
341
343
* @test_Strategy: Tests Json.createValue(Number) API method added in JSON-P 2.1.
342
344
*/
343
345
@ Test
You can’t perform that action at this time.
0 commit comments