(t testing.TB, tester shellTester, commands []string)
| 156 | } |
| 157 | |
| 158 | func captureTerminalOutput(t testing.TB, tester shellTester, commands []string) string { |
| 159 | return captureTerminalOutputWithShellName(t, tester, tester.ShellName(), commands) |
| 160 | } |
| 161 | |
| 162 | func captureTerminalOutputWithComplexCommands(t testing.TB, tester shellTester, commands []TmuxCommand) string { |
| 163 | return captureTerminalOutputWithShellNameAndDimensions(t, tester, tester.ShellName(), 200, 50, commands) |