Functions§
- cmd
- Create a new custom
Command
. This should be preferred to creatingstd::process::Command
directly. - run
- Run a built binary and make sure it succeeds.
- run_
common 🔒 - run_
fail - Run a built binary and make sure it fails.
- run_
with_ args - Run a built binary with one or more argument(s) and make sure it succeeds.