(t *testing.T)
| 136 | } |
| 137 | |
| 138 | func captureSetOutput(t *testing.T) (string, error) { |
| 139 | t.Helper() |
| 140 | return captureSetOutputWithArgs(t, nil) |
| 141 | } |
| 142 | |
| 143 | func captureSetOutputWithArgs(t *testing.T, args []string) (string, error) { |
| 144 | t.Helper() |
no test coverage detected