package
0.0.0-20220802132254-e7f739d24e30
Repository: https://github.com/ligurio/testres-db.git
Documentation: pkg.go.dev
# README
This is a basic JUnit parser for the Go programming language.
As there is no definitive JUnit XSD that I could find, the XML documents read by this package should correspond to a JUnit XSD scheme.
# Functions
No description provided by the author
# Structs
No description provided by the author
JUnitFailure contains data related to a failed test.
JUnitProperty represents a key/value pair used to define properties.
JUnitTestSuites is a collection of JUnit test suites.
JUnitTestCase is a single test case with its result.
JUnitTestSuite is a single JUnit test suite which may contain many testcases.