| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [10] json_set("{}", "false") = "{}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[10] |
1 |
0 |
0 |
0.001s |
100% |
| [11] json_set("{}", "null") = "{}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[11] |
1 |
0 |
0 |
0.001s |
100% |
| [1] json_set("{}", "{\"a\":1}") = "{\"a\":1}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] json_set("{\"age\" : 30}", "{\"name\":123}") = "{\"age\":30,\"name\":123}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[2] |
1 |
0 |
0 |
0s |
100% |
| [3] json_set("{\"age\" : 30, \"name\":\"Bob\"}", "{\"name\":123}") = "{\"age\":30,\"name\":123}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] json_set("{\"partlen\": \"2\", \"color\": {\"A\":\"red\", \"B\":\"blue\"}}", "{\"color\":{\"A\":\"black\"}}") = "{\"partlen\":\"2\",\"color\":{\"A\":\"black\",\"B\":\"blue\"}}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] json_set("{}", "\"a\"") = "{}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[5] |
1 |
0 |
0 |
0.001s |
100% |
| [6] json_set("{}", "\"a b c\"") = "{}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[6] |
1 |
0 |
0 |
0.001s |
100% |
| [7] json_set("{}", "123") = "{}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[7] |
1 |
0 |
0 |
0s |
100% |
| [8] json_set("{}", "[1,2]") = "{}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[8] |
1 |
0 |
0 |
0s |
100% |
| [9] json_set("{}", "true") = "{}" |
Test_with_Object_Json_add_Object(JsonValue, JsonValue, String)[9] |
1 |
0 |
0 |
0s |
100% |