LibTmux.Testing.TmuxTestFactory.CreateWindowAsync
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux.Testing
- Declared in
- TmuxTestFactory
- Package
- LibTmux
- Source
- src/LibTmux.Testing/TmuxTestFactory.cs
- CreateWindowAsync ( options : TmuxTestOptions? , cancellationToken : CancellationToken ) Task<TemporaryWindowScope> ( session : Session , options : TmuxTestOptions? , cancellationToken : CancellationToken ) Task<TemporaryWindowScope>
-
Starts a server, a session, and a window, all owned by this test.
- Parameters
-
-
session ( Session ) – The session to start it in.
-
options ( TmuxTestOptions? ) – What to name it, or null for a name of its own.
-
cancellationToken ( CancellationToken ) – Cancels the tmux commands.
-
- Returns
-
The scope owning the window.
0 declared, 0 inherited