( standard_input )
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Example | Python pytest |
C++ GoogleTest |
Swift Testing |
Kotlin jUnit |
Bash bats |
|---|---|---|---|---|---|
| ( accept_pipe_input_and_process_lines_one_by_one ) | for line in sys.stdin: .. | - | - | - | - |
| ( accept_keyboard_input ) | input() | - | - | - | read -r |
| ( exsample_ask_yes_no ) | → | - | - | - | - |
| ( process_csv_lines:_accept_pipe_input_and_process_lines_one_by_one ) | - | - | - | - | while read |
| ( example_ask_yes_no ) | - | - | - | - | → |