On this page
tmuxtest.NewControlMode
- Module
- tmuxtest
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/tmuxtest/control.go
- NewControlMode ( ctx : context.Context , t : testing.TB , server : tmux.Server , session : tmux.Session ) *ControlMode
-
NewControlMode starts a
ControlModeattached to session and registers cleanup with t. It requires an explicitly configured process environment and validates that session belongs to server. The client pins the server's frozen effective socket path. Validation or startup failures calltesting.TB.Fatal. ctx bounds startup and registration only, not the returned client's lifetime.
0 declared, 0 inherited