Versions in this module Expand all Collapse all v0 v0.3.0 Jun 28, 2018 Changes in this version type Config + Run *regexp.Regexp + func (c *Config) ResolvePackageConflict() type Info + FixImport string v0.2.2 Jun 15, 2018 v0.2.1 Jun 6, 2018 Changes in this version + func FLags() []cli.Flag + type Config struct + Browsers []string + Build bool + Cover bool + Coverfile string + Covermode string + DevtoolPort int + DevtoolURL string + Dry bool + GeneratedTestPath string + GeneratedTestPkg string + ImportMap map[string]string + Info *build.Package + IntegrationIndexPages []string + JSON string + OutputDirName string + OutputMainPkg string + OutputPath string + Port int + Root string + ServerURL string + TestDirName string + TestInfo []*Info + TestNames map[*Info]*tools.TestNames + TestPath string + Timeout time.Duration + UUID string + UnitIndexPage string + Verbose bool + func Load(ctx *cli.Context) (*Config, error) + func (c *Config) GetOutDir() string + func (c *Config) GetTestDirName() string + type Info struct + ImportPath string + OutputPath string + Package *build.Package + RelativePath string + func OutputInfo(cfg *Config, testPath string) (*Info, error) + func (i *Info) Desc(n string) string + func (i *Info) FormatName(n string) string