Gradle Test Run :test

JsonMergeTest: Not Nominal Test: Test with Array Object Json (JsonValue, JsonValue, String)

summary

5

tests

0

failures

0

skipped

0.006s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] json_merge("[]", "{\"a\":1}") = "[]" Test_with_Array_Object_Json(JsonValue, JsonValue, String)[1] 1 0 0 0.001s 100%
[2] json_merge("[0]", "{\"a\":1}") = "[0]" Test_with_Array_Object_Json(JsonValue, JsonValue, String)[2] 1 0 0 0s 100%
[3] json_merge("[0]", "{\"a\":1}") = "[0]" Test_with_Array_Object_Json(JsonValue, JsonValue, String)[3] 1 0 0 0s 100%
[4] json_merge("[0]", "{\"a\":1}") = "[0]" Test_with_Array_Object_Json(JsonValue, JsonValue, String)[4] 1 0 0 0.001s 100%
[5] json_merge("[{\"a\":[1, 2]}]", "{\"a\":1}") = "[{\"a\":[1,2]}]" Test_with_Array_Object_Json(JsonValue, JsonValue, String)[5] 1 0 0 0.001s 100%