Gradle Test Run :test

JsonRemoveTest: Not Nominal Test: Test with not good type (JsonValue, Integer, String)

summary

3

tests

0

failures

0

skipped

0.004s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] json_remove("{\"z\":0,\"a\":1}", "5") = "{\"z\":0,\"a\":1}" Test_with_not_good_type(JsonValue, Integer, String)[1] 1 0 0 0.001s 100%
[2] json_remove("{\"z\":0,\"5\":1}", "5") = "{\"z\":0}" Test_with_not_good_type(JsonValue, Integer, String)[2] 1 0 0 0s 100%
[3] json_remove("{\"a\": 1, \"b\": \"two\",\"c\":3}", "10") = "{\"a\":1,\"b\":\"two\",\"c\":3}" Test_with_not_good_type(JsonValue, Integer, String)[3] 1 0 0 0.001s 100%