testing.RecordedCall.stdin
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- testing
- Declared in
- RecordedCall
- Package
- libtmux
- Source
- packages/libtmux/src/testing.ts
-
Bytes written to the command's standard input, when it had any.
Part of the key, not just the record:
load-buffer -is the same command whatever it is fed, so a recording keyed on the commands alone would answer a test that wrote different bytes with the ones it first saw, and a regression that corrupted a buffer would replay as a pass.
0 declared, 0 inherited