Gradle Test Run :java:test
reverse - multiple arg(#a, #b, #c) == #d
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| reverse - multiple arg([1, 2, 3, 4, 5, 6], 4, 5) == [1, 2, 3, 4, 6, 5] | reverse - multiple arg([1, 2, 3, 4, 5, 6], 4, 5) == [1, 2, 3, 4, 6, 5] | 1 | 0 | 0 | 0s | 100% |
| reverse - multiple arg([1], 2, 2) == [1] | reverse - multiple arg([1], 2, 2) == [1] | 1 | 0 | 0 | 0.003s | 100% |
| reverse - multiple arg(null, 2, 2) == [] | reverse - multiple arg(null, 2, 2) == [] | 1 | 0 | 0 | 0.002s | 100% |