Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Ingest ¶
Ingest will parse the given XML data and return a slice of all contained JUnit test suite definitions.
func IngestDir ¶
IngestDir will search the given directory for XML files and return a slice of all contained JUnit test suite definitions.
func IngestFile ¶
IngestFile will parse the given XML file and return a slice of all contained JUnit test suite definitions.
Types ¶
type DefaultParser ¶
type DefaultParser struct { }
func (DefaultParser) Parse ¶
func (DefaultParser) Parse(endpoint, ak, sk, bucket, objectName string) ([]*pb.TestSuite, error)
func (DefaultParser) Register ¶
func (d DefaultParser) Register()
Click to show internal directories.
Click to hide internal directories.