Gradle Test Run :test
JsonAddTest: Test with Object Json add Int (JsonValue, String, Integer, String)
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| [1] json_add("{}", "a", "1") = "{\"a\":1}" | Test_with_Object_Json_add_Int(JsonValue, String, Integer, String)[1] | 1 | 0 | 0 | 0.004s | 100% |
| [2] json_add("{}", "a", "123") = "{\"a\":123}" | Test_with_Object_Json_add_Int(JsonValue, String, Integer, String)[2] | 1 | 0 | 0 | 0s | 100% |
| [3] json_add("{\"age\" : 30}", "name", "123") = "{\"age\":30,\"name\":123}" | Test_with_Object_Json_add_Int(JsonValue, String, Integer, String)[3] | 1 | 0 | 0 | 0s | 100% |