Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Testrunner ¶
type Testrunner interface { Context() context.Context CLI() *command.SauceCtlCli Setup() error Run() (int, error) Teardown(logDir string) error }
Testrunner describes the test runner interface
func New ¶
func New(c config.JobConfiguration, cli *command.SauceCtlCli) (Testrunner, error)
New creates a new testrunner object
Click to show internal directories.
Click to hide internal directories.