Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
// contains filtered or unexported fields
}
func (*Report) FindReportFiles ¶
FindReportFiles finds junit xml files in default base paths firstly, if no results have bend found, then find in root file.
type ReportInterface ¶
type ReportInterface interface {
FindReportFiles() []string
}
func NewReport ¶
func NewReport(base string) ReportInterface
Click to show internal directories.
Click to hide internal directories.