LibTmux.Testing.TmuxTestContext
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux.Testing
- Package
- LibTmux
- Source
- src/LibTmux.Testing/TmuxTestContext.cs
-
A tmux server a test owns, and the environment it runs in.
Disposing kills the server, so a test that forgets a session still leaves nothing behind. The environment is reported so a test can spawn its own processes the same way tmux was spawned.
3 declared, 0 inherited
Members
- DisposeAsync method
- Environment property Gets the directory and variables the server was started with.
- Server property Gets the server this test owns.