()
| 17 | } |
| 18 | |
| 19 | func (m *MockRunner) Run() (*exec.Cmd, error) { |
| 20 | m.DidRun = true |
| 21 | return nil, nil |
| 22 | } |
| 23 | |
| 24 | func (m *MockRunner) Info() (os.FileInfo, error) { |
| 25 | return nil, nil |
nothing calls this directly
no outgoing calls
no test coverage detected