( aggregate )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( array_max ) | max | - | - | - | - |
| ( array_max_value_by_key ) | max(score for ..) | - | - | - | - |
| ( array_max_item_by_key ) | max(items, key=..) | - | - | - | - |
| ( array_min ) | min | - | - | - | - |
| ( array_sum ) | sum | - | - | - | - |
| ( array_average ) | statistics.mean | - | - | - | - |