On this page
LibTmux.Testing.TestEnvironment
- Module
- LibTmux.Testing
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TestEnvironment.cs
-
The directory and variables a test's tmux runs with.
A test that inherits the developer's environment inherits their tmux too:
TMUXpoints a new client at the server they are sitting in. Naming the environment explicitly is what keeps a test off it.
5 declared, 0 inherited
Members
- TestEnvironment method Initializes a test environment.
- WithoutVariable method Answers a copy that removes one variable.
- WithVariable method Answers a copy that also sets one variable.
- Variables property Gets the variables to set, with null meaning remove.
- WorkingDirectory property Gets the directory tmux starts in.