test.TestServerBuilder
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- test
- Package
- libtmux
- Source
- crates/libtmux/src/test.rs
-
A consuming builder for an isolated foreground tmux test server.
6 declared, 0 inherited
Members
- control_client_limits method Bound persistent clients as
crate::ServerBuilderdoes. - dispatch_limits method Bound how many commands may run at once, as
crate::ServerBuilderdoes. - lifecycle_timeout method Configure the bounded startup and graceful-shutdown observation time.
- output_limits method Bound how many bytes one command may read, as
crate::ServerBuilderdoes, so a test can prove the ceiling without producing 32 MiB. - start method Start the isolated foreground tmux daemon.
- tmux_executable method Configure the tmux executable used by the daemon and every client.