package
0.0.0-20250129101452-59ada8790776
Repository: https://github.com/sap/quality-continuous-traceability-monitor.git
Documentation: pkg.go.dev

# Constants

ERROR result of automated test.
FAILURE result of automated test.
SKIPPED result of automated test.
SUCCESS result of automated test.

# Structs

TestCase represents on automated test case incl.
TestSuite is a collection of TestCase.
XUError xunit error struct.
XUFailure xunit failure struct.
XUProperties xunit properties struct.
XUProperty xunit property struct.
XUSkipped xunit skipped struct.
XUSystemErr xunit system err structure.
XUSystemOut xunit system out structure.
XUTestcase xunit test case structure.
XUTestReport xunit test report structure.
XUTestsuite xunit test suite structure.
XUTestsuites xunit test suites structure.

# Interfaces

TestReport interface implements the parse method which parses test reports.