Gradle Test Run :java:test
canWinNim(#n) = #answer
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| canWinNim(1) = true | canWinNim(1) = true | 1 | 0 | 0 | 0.002s | 100% |
| canWinNim(2) = true | canWinNim(2) = true | 1 | 0 | 0 | 0.001s | 100% |
| canWinNim(3) = true | canWinNim(3) = true | 1 | 0 | 0 | 0s | 100% |
| canWinNim(4) = false | canWinNim(4) = false | 1 | 0 | 0 | 0s | 100% |