Gradle Test Run :test

JsonAddTest: Test with Object Json (JsonValue, String, JsonValue, String)

summary

10

tests

0

failures

0

skipped

0.011s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[10] json_add("{\"a\": 1, \"b\": \"two\"}", "d", "{\"da\": 1, \"db\": \"two\"}") = "{\"a\":1,\"b\":\"two\",\"d\":{\"da\":1,\"db\":\"two\"}}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[10] 1 0 0 0.001s 100%
[1] json_add("{}", "a", "1") = "{\"a\":1}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[1] 1 0 0 0s 100%
[2] json_add("{}", "a", "[1,2,3]") = "{\"a\":[1,2,3]}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[2] 1 0 0 0s 100%
[3] json_add("{}", "a", "{\"b\":123}") = "{\"a\":{\"b\":123}}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[3] 1 0 0 0s 100%
[4] json_add("{}", "a", "{\"b\":\"abc\"}") = "{\"a\":{\"b\":\"abc\"}}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[4] 1 0 0 0s 100%
[5] json_add("{\"z\":0}", "a", "1") = "{\"z\":0,\"a\":1}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[5] 1 0 0 0s 100%
[6] json_add("{\"z\":0}", "a", "[1,2,3]") = "{\"z\":0,\"a\":[1,2,3]}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[6] 1 0 0 0s 100%
[7] json_add("{\"z\":0}", "a", "{\"b\":123}") = "{\"z\":0,\"a\":{\"b\":123}}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[7] 1 0 0 0s 100%
[8] json_add("{\"z\":0}", "a", "{\"b\":\"abc\"}") = "{\"z\":0,\"a\":{\"b\":\"abc\"}}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[8] 1 0 0 0s 100%
[9] json_add("{\"a\": 1, \"b\": \"two\"}", "c", "3") = "{\"a\":1,\"b\":\"two\",\"c\":3}" Test_with_Object_Json(JsonValue, String, JsonValue, String)[9] 1 0 0 0.001s 100%