Documentation ¶
Index ¶
- Constants
- func RunCliCommand(cmdName string, args []string, requirementsFactory *testreq.FakeReqFactory, ...) (passedRequirements bool)
- func RunCliCommandWithoutDependency(cmdName string, args []string, requirementsFactory *testreq.FakeReqFactory) (passedRequirements bool)
- func RunRequirements(reqs []requirements.Requirement) error
- type RunCommandResult
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)
func RunRequirements ¶
func RunRequirements(reqs []requirements.Requirement) error
Types ¶
type RunCommandResult ¶
type RunCommandResult int
Click to show internal directories.
Click to hide internal directories.