Gradle Test Run :test

JsonSetTest: Test with Object Json add Int (JsonValue, String, Integer, String)

summary

4

tests

0

failures

0

skipped

0.003s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] json_set("{}", "a", "1") = "{\"a\":1}" Test_with_Object_Json_add_Int(JsonValue, String, Integer, String)[1] 1 0 0 0.001s 100%
[2] json_set("{}", "a", "123") = "{\"a\":123}" Test_with_Object_Json_add_Int(JsonValue, String, Integer, String)[2] 1 0 0 0.001s 100%
[3] json_set("{\"age\" : 30}", "name", "123") = "{\"age\":30,\"name\":123}" Test_with_Object_Json_add_Int(JsonValue, String, Integer, String)[3] 1 0 0 0s 100%
[4] json_set("{\"age\" : 30, \"name\":\"Bob\"}", "name", "123") = "{\"age\":30,\"name\":123}" Test_with_Object_Json_add_Int(JsonValue, String, Integer, String)[4] 1 0 0 0s 100%