Gradle Test Run :java:test

intToRoman(#num) = #answer

summary

5

tests

0

failures

0

skipped

0.018s

duration

100%

successful

Child Tests Failures Skipped Duration Success rate
intToRoman(1994) = MCMXCIV 1 0 0 0.001s 100%
intToRoman(3) = III 1 0 0 0.015s 100%
intToRoman(4) = IV 1 0 0 0s 100%
intToRoman(58) = LVIII 1 0 0 0s 100%
intToRoman(9) = IX 1 0 0 0s 100%