Versions in this module Expand all Collapse all v1 v1.1.0 Jul 10, 2018 v1.0.0 Feb 28, 2018 Changes in this version + type AsyncCommandWrapper struct + Cmd *exec.Cmd + func (c *AsyncCommandWrapper) AssertStillRunning() + func (c *AsyncCommandWrapper) AssertSuccessfullyRan() + func (c *AsyncCommandWrapper) Error() error + func (c *AsyncCommandWrapper) PrintOutput() + func (c *AsyncCommandWrapper) RunAsync() + func (c *AsyncCommandWrapper) StopAsync() + func (c *AsyncCommandWrapper) Successful() bool + type CommandWrapper struct + Cmd *exec.Cmd + Error error + func (c *CommandWrapper) GetOutput() string + func (c *CommandWrapper) LoginAndAssertFailure(username, password string) + func (c *CommandWrapper) LoginAndAssertSuccess(username, password string) + func (c *CommandWrapper) PrintOutput() + func (c *CommandWrapper) Run() + func (c *CommandWrapper) RunAndAssertFailure() + func (c *CommandWrapper) RunAndAssertSuccess() + func (c *CommandWrapper) Successful() bool