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