package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev

# Constants

# Structs

FailureOutput holds the output from a failing test.
SkipMessage holds a message explaining why a test was skipped.
TestCase represents a jUnit test case.
TestSuite represents a single jUnit test suite, potentially holding child suites.
TestSuiteProperty contains a mapping of a property name to a value.
TestSuites represents a flat collection of jUnit test suites.

# Type aliases

ByName implements sort.Interface for []*TestSuite based on the Name field.
TestResult is the result of a test case.