Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

testing.RecordedCall.stdin

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
testing
Declared in
RecordedCall
Package
libtmux
Source
packages/libtmux/src/testing.ts
stdin : : readonly number[]
propertyreadonly [source]
propertyreadonly [source]
stdin

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

Esc

Type to search.