On this page
LibTmux.Testing.TmuxTestContext
- 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.
4 declared, 0 inherited
Members
- DisposeAsync method
- TmuxTestContext method
- Environment property Gets the directory and variables the server was started with.
- Server property Gets the server this test owns.