Documentation ¶ Index ¶ type Command func NewCommand(directory, executable string, arguments ...string) Command func (this Command) Execute() Command type Shell func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell func (self *Shell) GoTest(directory, packageName string, tags, arguments []string) (output string, err error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct { Output string Error error // contains filtered or unexported fields } func NewCommand ¶ func NewCommand(directory, executable string, arguments ...string) Command func (Command) Execute ¶ func (this Command) Execute() Command type Shell ¶ type Shell struct { // contains filtered or unexported fields } func NewShell ¶ func NewShell(gobin, reportsPath string, coverage bool, defaultTimeout string) *Shell func (*Shell) GoTest ¶ func (self *Shell) GoTest(directory, packageName string, tags, arguments []string) (output string, err error) Source Files ¶ View all Source files shell.go Click to show internal directories. Click to hide internal directories.