Standard input
Legend
| → | Has corresponding code |
| → | No direct match, but an alternative exists |
| → | No corresponding code |
| - | TODO |
| ( .. ) | Not localized |
| 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 ) | → | - | - | - | → | - | - | - | - |