MCPcopy Create free account
hub / github.com/codegangsta/gin / Run

Method Run

lib/mocks_test.go:19–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (m *MockRunner) Run() (*exec.Cmd, error) {
20 m.DidRun = true
21 return nil, nil
22}
23
24func (m *MockRunner) Info() (os.FileInfo, error) {
25 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected