( control_syntax )
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| Feature | Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|---|
| ( if ) | ( if_syntax ) | → | - | - | - | - |
| ( postfix_if ) | → | - | - | - | - | |
| ( assign_value_in_if_condition ) | → | - | - | - | - | |
| ( loop ) | ( foreach_elements ) | → | - | - | - | - |
| ( for_0_to_n ) | → | - | - | - | - | |
| ( while ) | → | - | - | - | - | |
| ( while_else ) | → | - | - | - | - | |
| ( do_while ) | → | - | - | - | - | |
| ( infinite_loop ) | → | - | - | - | - | |
| ( repeat_n_times ) | → | - | - | - | - | |
| ( auto_assigned_variable_in_loop ) | → | - | - | - | - |