Gradle Test Run :test

JsonAddTest: Not Nominal Test: Test with Simple (JsonValue, JsonValue, String)

summary

18

tests

0

failures

0

skipped

0.020s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[10] json_add("false", "\"b\"") = "false" Test_with_Simple(JsonValue, JsonValue, String)[10] 1 0 0 0s 100%
[11] json_add("\"a\"", "\"b\"") = "a" Test_with_Simple(JsonValue, JsonValue, String)[11] 1 0 0 0.001s 100%
[12] json_add("null", "\"b\"") = "null" Test_with_Simple(JsonValue, JsonValue, String)[12] 1 0 0 0.001s 100%
[13] json_add("0", "true") = "0" Test_with_Simple(JsonValue, JsonValue, String)[13] 1 0 0 0s 100%
[14] json_add("1", "true") = "1" Test_with_Simple(JsonValue, JsonValue, String)[14] 1 0 0 0.001s 100%
[15] json_add("true", "true") = "true" Test_with_Simple(JsonValue, JsonValue, String)[15] 1 0 0 0.001s 100%
[16] json_add("false", "true") = "false" Test_with_Simple(JsonValue, JsonValue, String)[16] 1 0 0 0.001s 100%
[17] json_add("\"a\"", "true") = "a" Test_with_Simple(JsonValue, JsonValue, String)[17] 1 0 0 0s 100%
[18] json_add("null", "true") = "null" Test_with_Simple(JsonValue, JsonValue, String)[18] 1 0 0 0s 100%
[1] json_add("0", "1") = "0" Test_with_Simple(JsonValue, JsonValue, String)[1] 1 0 0 0.002s 100%
[2] json_add("1", "1") = "1" Test_with_Simple(JsonValue, JsonValue, String)[2] 1 0 0 0s 100%
[3] json_add("true", "1") = "true" Test_with_Simple(JsonValue, JsonValue, String)[3] 1 0 0 0s 100%
[4] json_add("false", "1") = "false" Test_with_Simple(JsonValue, JsonValue, String)[4] 1 0 0 0s 100%
[5] json_add("\"a\"", "1") = "a" Test_with_Simple(JsonValue, JsonValue, String)[5] 1 0 0 0s 100%
[6] json_add("null", "1") = "null" Test_with_Simple(JsonValue, JsonValue, String)[6] 1 0 0 0.001s 100%
[7] json_add("0", "\"b\"") = "0" Test_with_Simple(JsonValue, JsonValue, String)[7] 1 0 0 0s 100%
[8] json_add("1", "\"b\"") = "1" Test_with_Simple(JsonValue, JsonValue, String)[8] 1 0 0 0.001s 100%
[9] json_add("true", "\"b\"") = "true" Test_with_Simple(JsonValue, JsonValue, String)[9] 1 0 0 0s 100%