Gradle Test Run :test

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

summary

9

tests

0

failures

0

skipped

0.007s

duration

100%

successful

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