package
0.7.0
Repository: https://github.com/semaphoreci/test-results.git
Documentation: pkg.go.dev

# Functions

EnsureSuiteByName ...
NewError ...
NewFailure ...
NewResult ...
No description provided by the author
NewSuite ...
NewTest ...
NewTestResults ...
NewXMLElement ...
ParseBool parses stirng representation of boolean to boolean value.
ParseError parses <error> element from junit schema.
ParseFailure parses <failure> element from junit schema.
ParseInt parsers string respresentation of integer to integer value.
ParseProperties maps <properties>.
ParseTime parsers time from junit.xml schemas.
PropertyExists checks if `propertyName` is in Properties.
UUID ...

# Constants

StateDisabled indicates that test was disabled.
StateError indicates that test errored due to unexpected behaviour when running test i.e.
StateFailed indicates that test failed due to invalid test result.
StatePassed indicates that test was successful.
StateSkipped indicates that test was skipped.
StatusError indicates that parsing failed due to error.
StatusSuccess indicates that parsing was successful.

# Structs

Result ...
No description provided by the author
Suite ...
Summary ...
Test ...
No description provided by the author
TestResults ...
XMLElement ...

# Interfaces

Parser ...

# Type aliases

Error ...
Failure ...
Properties maps additional parameters for test suites.
State indicates state of specific test.
Status stores information about parsing results.