Documentation
¶
Index ¶
- func AssertCommandSucceeds(t *testing.T, err error, cmdDesc string)
- func AssertDirExists(t *testing.T, p *Project, path string)
- func AssertFileExists(t *testing.T, p *Project, path string)
- func AssertFilesExist(t *testing.T, p *Project, paths []string)
- func AssertGoVetPasses(t *testing.T, p *Project)
- func AssertOutputContains(t *testing.T, output, expected string)
- func RunCLI(t *testing.T, binary, workDir string, env []string, args ...string) error
- func RunCommand(t *testing.T, cmdName, workDir string, env []string, args ...string) error
- func RunCommandOutput(t *testing.T, cmdName, workDir string, env []string, args ...string) (string, error)
- type Project
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertGoVetPasses ¶
func AssertOutputContains ¶
func RunCommand ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.