WithBinary specifies what binary to execute.
(binary string)
| 104 | type TestableCommand interface { |
| 105 | // WithBinary specifies what binary to execute. |
| 106 | WithBinary(binary string) |
| 107 | // WithArgs specifies the args to pass to the binary. Note that WithArgs can be used multiple |
| 108 | // times and is additive. |
| 109 | WithArgs(args ...string) |
no outgoing calls
no test coverage detected