Gradle Test Run :test

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

summary

10

tests

0

failures

0

skipped

0.010s

duration

100%

successful

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