On this page
tmuxtest.WaitForLine
- Module
- tmuxtest
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/tmuxtest/screen.go
- WaitForLine ( ctx : context.Context , t : testing.TB , pane : tmux.Pane , line : string )
-
WaitForLine blocks until some line of the pane's screen is exactly line.
A pane that never shows line fails the test with the screen it last read.
0 declared, 0 inherited