On this page
test.TestServer.new
- Module
- test
- Declared in
- TestServer
- Package
- libtmux
- Source
- crates/libtmux/src/test.rs
- new ( ) Result<Self, TestServerError>
-
Start an isolated tmux server with the default builder settings.
Errors
Returns a source-less test-support error when setup or startup fails.
Examples
let guard = libtmux::test::TestServer::new().await?; guard.shutdown().await?;
0 declared, 0 inherited