LibTmux.Testing.TmuxTestFactory.CreateServerAsync
.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
- 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