Versions in this module Expand all Collapse all v1 v1.0.9 Jan 22, 2024 Changes in this version + const ResultDescriptorFileName + type Exporter struct + func NewExporter(exportPath string) *Exporter + func (e *Exporter) ExportTest(name string, testResultPath string) error + func (e *Exporter) SetCopy(copy func(src, dst string) error) + func (e *Exporter) SetGenerateTestInfoFile(generateTestInfoFile func(dir string, data *TestInfo) error) + func (e *Exporter) SetMkdirAll(mkdirAll func(path string, perm os.FileMode) error) + type TestInfo struct + Name string