| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [1] json_add("{}", "a", "1") = "{\"a\":\"1\"}" |
Test_with_Object_Json_add_Str(JsonValue, String, String, String)[1] |
1 |
0 |
0 |
0.004s |
100% |
| [2] json_add("{}", "a", "abc") = "{\"a\":\"abc\"}" |
Test_with_Object_Json_add_Str(JsonValue, String, String, String)[2] |
1 |
0 |
0 |
0s |
100% |
| [3] json_add("{}", "a", "a b c") = "{\"a\":\"a b c\"}" |
Test_with_Object_Json_add_Str(JsonValue, String, String, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] json_add("{\"age\" : 30}", "name", "Sally") = "{\"age\":30,\"name\":\"Sally\"}" |
Test_with_Object_Json_add_Str(JsonValue, String, String, String)[4] |
1 |
0 |
0 |
0.004s |
100% |