Documentation ¶
Index ¶
Constants ¶
View Source
const ( RunCommandResultSuccess = iota RunCommandResultFailed = iota RunCommandResultRequirementsFailed = iota )
Variables ¶
This section is empty.
Functions ¶
func RunCliCommand ¶
func RunCliCommandWithoutDependency ¶
func RunCliCommandWithoutDependency(cmdName string, args []string, requirementsFactory *testreq.FakeReqFactory) (passedRequirements bool)
Types ¶
type RunCommandResult ¶
type RunCommandResult int
Click to show internal directories.
Click to hide internal directories.