Gradle Test Run :test

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

summary

4

tests

0

failures

0

skipped

0.010s

duration

100%

successful

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%