Gradle Test Run :java:test
romanToInt(#s) = #answer
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| romanToInt(III) = 3 | romanToInt(III) = 3 | 1 | 0 | 0 | 0.004s | 100% |
| romanToInt(IV) = 4 | romanToInt(IV) = 4 | 1 | 0 | 0 | 0.002s | 100% |
| romanToInt(IX) = 9 | romanToInt(IX) = 9 | 1 | 0 | 0 | 0s | 100% |
| romanToInt(LVIII) = 58 | romanToInt(LVIII) = 58 | 1 | 0 | 0 | 0s | 100% |
| romanToInt(MCMXCIV) = 1994 | romanToInt(MCMXCIV) = 1994 | 1 | 0 | 0 | 0s | 100% |