package
0.1.0
Repository: https://github.com/szlabs/go-junit4.git
Documentation: pkg.go.dev

# Functions

NewCase is constructor of test case.
NewSuite is constructor method.
NewSuites is constructor method.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Error element.
Failure element.
Properties list element.
Property element.
Skipped element.
SystemErr element.
SystemOut element.
TestCase defines the test case model.
TestSuite defines the test suite model.
TestSuites defines the root suite group.

# Interfaces

TestCaseSetter defines methods to operator test case element.
TestSuiteSetter defines methods to operator test suite element.
TestSuitesSetter defines property setting methods for the test suites.
XMLWriter defines junit report exporting methods.