Gradle Test Run :java:test
xorOperation(#n, #start) = #answer
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| xorOperation(1, 7) = 7 | xorOperation(1, 7) = 7 | 1 | 0 | 0 | 0s | 100% |
| xorOperation(10, 5) = 2 | xorOperation(10, 5) = 2 | 1 | 0 | 0 | 0s | 100% |
| xorOperation(4, 3) = 8 | xorOperation(4, 3) = 8 | 1 | 0 | 0 | 0s | 100% |
| xorOperation(5, 0) = 8 | xorOperation(5, 0) = 8 | 1 | 0 | 0 | 0.004s | 100% |