Gradle Test Run :test

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

summary

6

tests

0

failures

0

skipped

0.005s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] json_add("0", "1") = "0" Test_with_Simple(JsonValue, Integer, String)[1] 1 0 0 0s 100%
[2] json_add("1", "1") = "1" Test_with_Simple(JsonValue, Integer, String)[2] 1 0 0 0.001s 100%
[3] json_add("true", "1") = "true" Test_with_Simple(JsonValue, Integer, String)[3] 1 0 0 0s 100%
[4] json_add("false", "1") = "false" Test_with_Simple(JsonValue, Integer, String)[4] 1 0 0 0s 100%
[5] json_add("\"a\"", "1") = "a" Test_with_Simple(JsonValue, Integer, String)[5] 1 0 0 0.001s 100%
[6] json_add("null", "1") = "null" Test_with_Simple(JsonValue, Integer, String)[6] 1 0 0 0s 100%