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

testing.RecordedInvocation

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
Package
libtmux
Source
packages/libtmux/src/testing.ts
RecordedInvocation
typealias [source]
typealias [source]
RecordedInvocation

One entry: either an answer or a failure, never both.

A failure is written down rather than dropped because the queue is positional. An omitted failure does not merely lose itself — it hands the next call the answer belonging to the one after it, so a recorded failure replays as a pass and everything past it is off by one.

0 declared, 0 inherited

Esc

Type to search.