# LibTmux.Testing.TmuxTestOptions

- **Module:** LibTmux.Testing
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux.Testing/TmuxTestOptions.cs#L9
- **Page:** https://libtmux.org/en/dotnet/latest/reference/libtmux-testing-tmuxtestoptions/

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.

## Members

- `TmuxTestOptions` (method): Initializes test options.
- `Default` (property): Gets options a test can use without choosing anything.
- `ConnectionOptions` (property): Gets how to reach tmux.
- `Timeout` (property): Gets how long a wait keeps asking.
- `PollInterval` (property): Gets how long a wait pauses between askings.
- `SessionNamePrefix` (property): Gets what generated names start with.
