( conditional )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( if_syntax ) | → | - | → | - | - |
| ( postfix_if ) | → | - | → | - | - |
| ( ternary_conditional_operator ) | x = a if c else b | - | → | - | - |
| ( ternary_conditional_operator_nested ) | → | - | → | - | - |
| ( switch_statement ) | → | - | → | - | - |
| ( switch_statement_fallthrough ) | - | - | → | - | - |
| ( switch_statement_additional_conditions ) | - | - | → | - | - |