Gradle Test Run :test

JsonKeyExistsTest: Test with Json (JsonValue, JsonValue, String)

summary

14

tests

0

failures

0

skipped

0.013s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[10] JsonKeyExists("{\"name\": \"Mark McGwire\", \"hr\": 65, \"avg\": 0.278}", "\"hr\"") = "1" Test_with_Json(JsonValue, JsonValue, String)[10] 1 0 0 0s 100%
[11] JsonKeyExists("{\"name\": \"Mark McGwire\", \"hr\": 65, \"avg\": 0.278}", "\"foo\"") = "0" Test_with_Json(JsonValue, JsonValue, String)[11] 1 0 0 0.001s 100%
[12] JsonKeyExists("{\"name\": \"Mark McGwire\", \"hr\": 65, \"avg\": 0.278}", "null") = "0" Test_with_Json(JsonValue, JsonValue, String)[12] 1 0 0 0.001s 100%
[13] JsonKeyExists("{\"name\": \"Mark McGwire\", \"hr\": 65, \"avg\": 0.278}", "true") = "0" Test_with_Json(JsonValue, JsonValue, String)[13] 1 0 0 0s 100%
[14] JsonKeyExists("{\"name\": \"Mark McGwire\", \"hr\": 65, \"avg\": 0.278}", "false") = "0" Test_with_Json(JsonValue, JsonValue, String)[14] 1 0 0 0s 100%
[1] JsonKeyExists("{\"a\":[1, 2]}", "\"a\"") = "1" Test_with_Json(JsonValue, JsonValue, String)[1] 1 0 0 0s 100%
[2] JsonKeyExists("{\"abc\":[1, 2]}", "\"abc\"") = "1" Test_with_Json(JsonValue, JsonValue, String)[2] 1 0 0 0s 100%
[3] JsonKeyExists("{\"123\":[1, 2]}", "\"123\"") = "1" Test_with_Json(JsonValue, JsonValue, String)[3] 1 0 0 0.001s 100%
[4] JsonKeyExists("{\"001\":[1, 2]}", "\"001\"") = "1" Test_with_Json(JsonValue, JsonValue, String)[4] 1 0 0 0.001s 100%
[5] JsonKeyExists("{\"050\":[1, 2]}", "\"050\"") = "1" Test_with_Json(JsonValue, JsonValue, String)[5] 1 0 0 0.001s 100%
[6] JsonKeyExists("{\"123\":[1, 2]}", "123") = "0" Test_with_Json(JsonValue, JsonValue, String)[6] 1 0 0 0.001s 100%
[7] JsonKeyExists("{\"001\":[1, 2]}", "1") = "0" Test_with_Json(JsonValue, JsonValue, String)[7] 1 0 0 0s 100%
[8] JsonKeyExists("{\"050\":[1, 2]}", "50") = "0" Test_with_Json(JsonValue, JsonValue, String)[8] 1 0 0 0s 100%
[9] JsonKeyExists("{\"50\":[1, 2]}", "50") = "0" Test_with_Json(JsonValue, JsonValue, String)[9] 1 0 0 0s 100%