Documentation
¶
Index ¶
- Constants
- type 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
Constants ¶
View Source
const (
// ResultDescriptorFileName is the name of the test result descriptor file.
ResultDescriptorFileName = "test-info.json"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct {
// contains filtered or unexported fields
}
Exporter is an implementation of the ExporterInterface
func NewExporter ¶
NewExporter instantiates a new exporter
func (*Exporter) ExportTest ¶
ExportTest exports a test result with a given name
Click to show internal directories.
Click to hide internal directories.