Gradle Test Run :test

testStrlen(String, String)

summary

13

tests

0

failures

0

skipped

0.010s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[10] Strlen("À३") = "4" testStrlen(String, String)[10] 1 0 0 0s 100%
[11] Strlen("∀⊂") = "2" testStrlen(String, String)[11] 1 0 0 0s 100%
[12] Strlen("😀") = "2" testStrlen(String, String)[12] 1 0 0 0s 100%
[13] Strlen("x́") = "2" testStrlen(String, String)[13] 1 0 0 0s 100%
[1] Strlen("") = "0" testStrlen(String, String)[1] 1 0 0 0.001s 100%
[2] Strlen("0") = "1" testStrlen(String, String)[2] 1 0 0 0.001s 100%
[3] Strlen("ABC") = "3" testStrlen(String, String)[3] 1 0 0 0s 100%
[4] Strlen("HelloWorld") = "10" testStrlen(String, String)[4] 1 0 0 0s 100%
[5] Strlen("0123456789ABCDEF") = "16" testStrlen(String, String)[5] 1 0 0 0s 100%
[6] Strlen("1+1") = "3" testStrlen(String, String)[6] 1 0 0 0.001s 100%
[7] Strlen("!if ($i == 1)") = "13" testStrlen(String, String)[7] 1 0 0 0s 100%
[8] Strlen("\n\t\\") = "3" testStrlen(String, String)[8] 1 0 0 0s 100%
[9] Strlen("Aa!$*+-/='\"") = "11" testStrlen(String, String)[9] 1 0 0 0s 100%