Gradle Test Run :java:test
getMin(#a, #b) == #c
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| getMin(-1, -1) == -1 | getMin(-1, -1) == -1 | 1 | 0 | 0 | 0.005s | 100% |
| getMin(10, 0) == 0 | getMin(10, 0) == 0 | 1 | 0 | 0 | 0s | 100% |
| getMin(100, 50) == 50 | getMin(100, 50) == 50 | 1 | 0 | 0 | 0.001s | 100% |
| getMin(213, 321) == 213 | getMin(213, 321) == 213 | 1 | 0 | 0 | 0.001s | 100% |