Gradle Test Run :test

test1(String, String)

summary

9

tests

0

failures

0

skipped

0.006s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] input=""C10,10,20,20,30,30"" ⇒ expected=""[C, 10, 10, 20, 20, 30, 30]"" test1(String, String)[1] 1 0 0 0.001s 100%
[2] input=""M-10,-20L-30,40"" ⇒ expected=""[M, -10, -20, L, -30, 40]"" test1(String, String)[2] 1 0 0 0.001s 100%
[3] input="".1.2.3"" ⇒ expected=""[.1, .2, .3]"" test1(String, String)[3] 1 0 0 0s 100%
[4] input=""C10.5,20e-1,30"" ⇒ expected=""[C, 10.5, 20e-1, 30]"" test1(String, String)[4] 1 0 0 0s 100%
[5] input=""L.5-.5"" ⇒ expected=""[L, .5, -.5]"" test1(String, String)[5] 1 0 0 0s 100%
[6] input=""L.5e+2-.25"" ⇒ expected=""[L, .5e+2, -.25]"" test1(String, String)[6] 1 0 0 0s 100%
[7] input=""-1.2e3.4e5.6"" ⇒ expected=""[-1.2e3, .4e5, .6]"" test1(String, String)[7] 1 0 0 0s 100%
[8] input=""M0-1.0E-2,3"" ⇒ expected=""[M, 0, -1.0E-2, 3]"" test1(String, String)[8] 1 0 0 0s 100%
[9] input=""10-20.30e2"" ⇒ expected=""[10, -20.30e2]"" test1(String, String)[9] 1 0 0 0.001s 100%