Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct { Id string Name string Version string Description string Run struct { Windows []string Linux []string Darwin []string } Init struct { Windows []string Linux []string Darwin []string } Lib string GaugeVersionSupport version.VersionSupport }
func GetRunnerInfo ¶
type StartChannels ¶
type StartChannels struct { // this will hold the runner RunnerChan chan *TestRunner // this will hold the error while creating runner ErrorChan chan error // this holds a flag based on which the runner is terminated KillChan chan bool }
type TestRunner ¶
func StartRunnerAndMakeConnection ¶
func StartRunnerAndMakeConnection(manifest *manifest.Manifest, log *logger.GaugeLogger, killChannel chan bool) (*TestRunner, error)
func (*TestRunner) Kill ¶
func (testRunner *TestRunner) Kill() error
Click to show internal directories.
Click to hide internal directories.