On this page
LibTmux.Testing.TmuxTestOptions.TmuxTestOptions
- Module
- LibTmux.Testing
- Declared in
- TmuxTestOptions
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TmuxTestOptions.cs
- TmuxTestOptions ( connectionOptions : ServerConnectionOptions? , timeout : TimeSpan? , pollInterval : TimeSpan? , sessionNamePrefix : string )
-
Initializes test options.
- Parameters
-
-
connectionOptions ( ServerConnectionOptions? ) – How to reach tmux, or null for a socket of its own.
-
timeout ( TimeSpan? ) – How long a wait keeps asking.
-
pollInterval ( TimeSpan? ) – How long a wait pauses between askings.
-
sessionNamePrefix ( string ) – What generated names start with.
-
0 declared, 0 inherited