On this page
LibTmux.Testing.TmuxTestFactory.CreateServerAsync
- Module
- LibTmux.Testing
- Declared in
- TmuxTestFactory
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TmuxTestFactory.cs
- CreateServerAsync ( options : TmuxTestOptions? , cancellationToken : CancellationToken ) Task<TemporaryServerScope>
-
Starts a server this test owns.
- Parameters
-
-
options ( TmuxTestOptions? ) – How to reach tmux, or null for a socket of its own.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The scope owning the server.
0 declared, 0 inherited