Gradle Test Run :test

testDecimalTruncation(String, long)

summary

4

tests

0

failures

0

skipped

0.047s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
[1] "1.5", "1500" testDecimalTruncation(String, long)[1] 1 0 0 0.013s 100%
[2] "1.5555", "1555" testDecimalTruncation(String, long)[2] 1 0 0 0.001s 100%
[3] "0.0001", "0" testDecimalTruncation(String, long)[3] 1 0 0 0.001s 100%
[4] "0.999", "999" testDecimalTruncation(String, long)[4] 1 0 0 0.001s 100%