On this page
LibTmux.Testing.TmuxTestOptions
- Module
- LibTmux.Testing
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TmuxTestOptions.cs
-
How a test's tmux is reached and how long it is waited on.
Left alone, a test gets a socket nothing else can be using. Falling back to the ambient connection would point a throwaway server at the developer's own tmux and kill it on the way out.
6 declared, 0 inherited
Members
- TmuxTestOptions method Initializes test options.
- ConnectionOptions property Gets how to reach tmux.
- Default property Gets options a test can use without choosing anything.
- PollInterval property Gets how long a wait pauses between askings.
- SessionNamePrefix property Gets what generated names start with.
- Timeout property Gets how long a wait keeps asking.