Gradle Test Run :test

UpperTest: Test with Json (JsonValue, String)

summary

4

tests

0

failures

0

skipped

0.004s

duration

100%

successful

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