package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.git
Documentation: pkg.go.dev
# Functions
NewParser returns a new parser that's capable of parsing Go unit test output.
NewTestSuiteStack returns a new TestSuiteStack.
# Interfaces
TestDataParser knows how to take raw test data and extract the useful information from it.
TestSuiteDataParser knows how to take raw test suite data and extract the useful information from it.
TestSuiteStack is a data structure that holds api.TestSuite objects in a LIFO.