On this page
LibTmux.Testing.TmuxTestFactory.CreateHierarchyAsync
- Module
- LibTmux.Testing
- Declared in
- TmuxTestFactory
- Package
- LibTmux
- Source
- src/LibTmux/Testing/TmuxTestFactory.cs
- CreateHierarchyAsync ( options : TmuxTestOptions? , cancellationToken : CancellationToken ) Task<TemporaryHierarchyScope>
-
Starts a server, session, window, and pane a test can type into.
- 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 all four.
0 declared, 0 inherited