( operator )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( logic_operator_not ) | not | - | - | - | - |
| ( logic_operator_and ) | and | - | - | - | - |
| ( logic_operator_or ) | and | - | - | - | - |
| ( arithmetic_operator_pow ) | ** | - | - | - | - |
| ( arithmetic_operator_plus ) | + | - | - | - | - |
| ( arithmetic_operator_floor_division ) | // | - | - | - | - |
| ( comparison_operator_less_than ) | < | - | - | - | - |
| ( comparison_operator_less_than_or_equal ) | <= | - | - | - | - |
| ( comparison_operator_greater_than ) | > | - | - | - | - |
| ( comparison_operator_greater_than_or_equal ) | >= | - | - | - | - |
| ( comparison_operator_equal ) | == | - | - | - | - |
| ( additional_assignment_operator ) | += | - | - | - | - |
| ( increment_operator ) | → | - | - | - | - |