| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| [10] json_add("false", "b") = "false" |
Test_with_Simple(JsonValue, String, String)[10] |
1 |
0 |
0 |
0s |
100% |
| [11] json_add("\"a\"", "b") = "a" |
Test_with_Simple(JsonValue, String, String)[11] |
1 |
0 |
0 |
0s |
100% |
| [12] json_add("null", "b") = "null" |
Test_with_Simple(JsonValue, String, String)[12] |
1 |
0 |
0 |
0s |
100% |
| [1] json_add("0", "1") = "0" |
Test_with_Simple(JsonValue, String, String)[1] |
1 |
0 |
0 |
0.001s |
100% |
| [2] json_add("1", "1") = "1" |
Test_with_Simple(JsonValue, String, String)[2] |
1 |
0 |
0 |
0s |
100% |
| [3] json_add("true", "1") = "true" |
Test_with_Simple(JsonValue, String, String)[3] |
1 |
0 |
0 |
0s |
100% |
| [4] json_add("false", "1") = "false" |
Test_with_Simple(JsonValue, String, String)[4] |
1 |
0 |
0 |
0s |
100% |
| [5] json_add("\"a\"", "1") = "a" |
Test_with_Simple(JsonValue, String, String)[5] |
1 |
0 |
0 |
0s |
100% |
| [6] json_add("null", "1") = "null" |
Test_with_Simple(JsonValue, String, String)[6] |
1 |
0 |
0 |
0.001s |
100% |
| [7] json_add("0", "b") = "0" |
Test_with_Simple(JsonValue, String, String)[7] |
1 |
0 |
0 |
0.001s |
100% |
| [8] json_add("1", "b") = "1" |
Test_with_Simple(JsonValue, String, String)[8] |
1 |
0 |
0 |
0s |
100% |
| [9] json_add("true", "b") = "true" |
Test_with_Simple(JsonValue, String, String)[9] |
1 |
0 |
0 |
0s |
100% |