LibTmux.Testing.TestEnvironment
.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/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.
- Variables property Gets the variables to set, with null meaning remove.
- WithoutVariable method Answers a copy that removes one variable.
- WithVariable method Answers a copy that also sets one variable.
- WorkingDirectory property Gets the directory tmux starts in.