標準入力
凡例
| → | 対応コードあり |
| → | 直接対応していないが代替の書き方あり |
| → | 対応コードなし |
| - | 未確認 |
| ( .. ) | ローカライズまだ |
| Example | Python pytest |
PHP PHPUnit |
Swift Testing |
Csharp xunit |
Bash bats |
Powershell pester |
C++ GoogleTest |
JavaScript Jest |
Kotlin jUnit |
|---|---|---|---|---|---|---|---|---|---|
| ( accept_pipe_input_and_process_lines_one_by_one ) | for line in sys.stdin: .. | - | - | - | while read | - | - | - | - |
| ( accept_keyboard_input ) | input() | - | - | - | read -r | - | - | - | - |
| ( example_ask_yes_no ) | → | - | - | - | → | - | - | - | - |