Gradle Test Run :test

SizeTest: Test with Json (JsonValue, String)

summary

10

tests

0

failures

0

skipped

0.006s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[10] Size("null") = "0" Test_with_Json(JsonValue, String)[10] 1 0 0 0s 100%
[1] Size("0") = "0" Test_with_Json(JsonValue, String)[1] 1 0 0 0s 100%
[2] Size("\"abc\"") = "0" Test_with_Json(JsonValue, String)[2] 1 0 0 0s 100%
[3] Size("\"abc\"") = "0" Test_with_Json(JsonValue, String)[3] 1 0 0 0.001s 100%
[4] Size("{\"a\":[1, 2]}") = "1" Test_with_Json(JsonValue, String)[4] 1 0 0 0s 100%
[5] Size("[1, 2]") = "2" Test_with_Json(JsonValue, String)[5] 1 0 0 0s 100%
[6] Size("[\"a\", \"b\"]") = "2" Test_with_Json(JsonValue, String)[6] 1 0 0 0.001s 100%
[7] Size("{\"a\":[1, 2], \"b\":\"abc\", \"b\":true}") = "3" Test_with_Json(JsonValue, String)[7] 1 0 0 0s 100%
[8] Size("true") = "0" Test_with_Json(JsonValue, String)[8] 1 0 0 0s 100%
[9] Size("1") = "0" Test_with_Json(JsonValue, String)[9] 1 0 0 0s 100%