Gradle Test Run :test

GetJsonKeyTest: Test with Json (JsonValue, String)

summary

7

tests

0

failures

0

skipped

0.011s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] GetJsonKey("[]") = "[]" Test_with_Json(JsonValue, String)[1] 1 0 0 0s 100%
[2] GetJsonKey("{\"a\":[1, 2]}") = "[\"a\"]" Test_with_Json(JsonValue, String)[2] 1 0 0 0s 100%
[3] GetJsonKey("[{\"a\":[1, 2]}]") = "[\"a\"]" Test_with_Json(JsonValue, String)[3] 1 0 0 0.002s 100%
[4] GetJsonKey("{\"a\":\"abc\"}") = "[\"a\"]" Test_with_Json(JsonValue, String)[4] 1 0 0 0s 100%
[5] GetJsonKey("[{\"a\":[1, 2]}, {\"b\":[3, 4]}]") = "[\"a\",\"b\"]" Test_with_Json(JsonValue, String)[5] 1 0 0 0.001s 100%
[6] GetJsonKey("{\"a\":[1, 2], \"b\":\"abc\", \"b\":true}") = "[\"a\",\"b\",\"b\"]" Test_with_Json(JsonValue, String)[6] 1 0 0 0.001s 100%
[7] GetJsonKey("[3, \"different\", { \"types\" : \"of values\" }]") = "[\"types\"]" Test_with_Json(JsonValue, String)[7] 1 0 0 0.001s 100%