| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [1] json_add("[]", "1") = "[1]" |
Test_with_Array_Json(JsonValue, JsonValue, String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] json_add("[0]", "\"a\"") = "[0,\"a\"]" |
Test_with_Array_Json(JsonValue, JsonValue, String)[2] |
1 |
0 |
0 |
0.001s |
100% |
| [3] json_add("[0]", "{\"a\": 123}") = "[0,{\"a\":123}]" |
Test_with_Array_Json(JsonValue, JsonValue, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] json_add("[0]", "[1]") = "[0,[1]]" |
Test_with_Array_Json(JsonValue, JsonValue, String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] json_add("[{\"a\":[1, 2]}]", "1") = "[{\"a\":[1,2]},1]" |
Test_with_Array_Json(JsonValue, JsonValue, String)[5] |
1 |
0 |
0 |
0s |
100% |