package
1.50.0
Repository: https://github.com/bufbuild/buf.git
Documentation: pkg.go.dev

# Functions

RunCommandExitCode runs the command and compares the exit code.
RunCommandExitCodes runs the command and compares the exit code to the expected exit codes.
RunCommandExitCodesStderr runs the command and compares the exit codes and stderr output.
RunCommandExitCodeStderr runs the command and compares the exit code and stderr output.
RunCommandExitCodeStderrContains runs the command and compares the exit code and stderr output with the passed partial messages.
RunCommandExitCodeStdout runs the command and compares the exit code and stdout output.
RunCommandExitCodeStdoutFile runs the command and compares the exit code and stdout output.
RunCommandExitCodeStdoutStderr runs the command and compares the exit code, stdout, and stderr output.
RunCommandExitCodeStdoutStdinFile runs the command and allows a stdinFile to be opened and piped into the command.
RunCommandSuccess runs the command and makes sure it was successful.
RunCommandSuccessStdout runs the command and makes sure it was successful, and compares the stdout output.