WithConfig allows passing custom config properties from the test to the base command
(config Config)
| 69 | withTempDir(path string) |
| 70 | // WithConfig allows passing custom config properties from the test to the base command |
| 71 | withConfig(config Config) |
| 72 | withT(t tig.T) |
| 73 | // Clear does a clone, but will clear binary and arguments while retaining the env, or any other |
| 74 | // custom properties Gotcha: if genericCommand is embedded with a custom Run and an overridden |
no outgoing calls
no test coverage detected