# LibTmux.Testing.TmuxTestOptions

- **Module:** LibTmux.Testing
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Testing/TmuxTestOptions.cs#L9
- **Page:** https://libtmux.org/reference/dotnet/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.
