Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Z = filepath.Base(os.Args[0])
Functions ¶
func DirExists ¶
Return true if dir exists, false otherwise Wot a complicated way to do things in golang!
func FileExists ¶
Return true if file exists, false otherwise Wot a complicated way to do things in golang!
func RegisterCommand ¶
func RegisterCommand(cmd Cmd)
Register a test-harness command; called by init() functions in the cmd_xxx.go files.
Types ¶
type TestEnv ¶
type TestEnv struct { Lhs string Rhs string TestRoot string TestName string Log logger.Logger // number of concurrenct cpus to use Ncpu int Start time.Time }
TestEnv captures the runtime environment of the current testsuite
type TestRunner ¶
type TestRunner struct {
Config
}
func New ¶
func New(c *Config) *TestRunner
func (*TestRunner) RunOne ¶
func (tr *TestRunner) RunOne(fn string) error
Click to show internal directories.
Click to hide internal directories.