Gradle Test Run :java:test

allStar(#str) = #answer

summary

7

tests

0

failures

0

skipped

0.465s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
allStar() = 1 0 0 0.003s 100%
allStar(1234) = 1*2*3*4 1 0 0 0s 100%
allStar(3.14) = 3*.*1*4 1 0 0 0.003s 100%
allStar(ab) = a*b 1 0 0 0s 100%
allStar(abc) = a*b*c 1 0 0 0s 100%
allStar(Chocolate) = C*h*o*c*o*l*a*t*e 1 0 0 0s 100%
allStar(hello) = h*e*l*l*o 1 0 0 0.005s 100%