Gradle Test Run :test

JsonRemoveTest: Test with Object Json (JsonValue, String, String)

summary

4

tests

0

failures

0

skipped

0.003s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] json_remove("{\"z\":0,\"a\":1}", "a") = "{\"z\":0}" Test_with_Object_Json(JsonValue, String, String)[1] 1 0 0 0.001s 100%
[2] json_remove("{\"z\":0,\"a\":1}", "b") = "{\"z\":0,\"a\":1}" Test_with_Object_Json(JsonValue, String, String)[2] 1 0 0 0s 100%
[3] json_remove("{\"a\": 1, \"b\": \"two\",\"c\":3}", "c") = "{\"a\":1,\"b\":\"two\"}" Test_with_Object_Json(JsonValue, String, String)[3] 1 0 0 0s 100%
[4] json_remove("{\"a\":1,\"b\":\"two\",\"d\":{\"da\":1,\"db\":\"two\"}}", "d") = "{\"a\":1,\"b\":\"two\"}" Test_with_Object_Json(JsonValue, String, String)[4] 1 0 0 0s 100%