Gradle Test Run :test

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

summary

5

tests

0

failures

0

skipped

0.004s

duration

100%

successful

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