Gradle Test Run :test

LowerTest: Test with Json (JsonValue, String)

summary

6

tests

0

failures

0

skipped

0.005s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] Lower("{\"a\":[1, 2]}") = "{\"a\":[1,2]}" Test_with_Json(JsonValue, String)[1] 1 0 0 0s 100%
[2] Lower("{\"A\":[1, 2]}") = "{\"a\":[1,2]}" Test_with_Json(JsonValue, String)[2] 1 0 0 0s 100%
[3] Lower("[1, 2]") = "[1,2]" Test_with_Json(JsonValue, String)[3] 1 0 0 0.001s 100%
[4] Lower("{\"a\":[1, 2], \"b\":\"abc\", \"b\":true}") = "{\"a\":[1,2],\"b\":\"abc\",\"b\":true}" Test_with_Json(JsonValue, String)[4] 1 0 0 0.001s 100%
[5] Lower("{\"A\":[1, 2], \"B\":\"ABC\", \"B\":true}") = "{\"a\":[1,2],\"b\":\"abc\",\"b\":true}" Test_with_Json(JsonValue, String)[5] 1 0 0 0s 100%
[6] Lower("true") = "true" Test_with_Json(JsonValue, String)[6] 1 0 0 0s 100%