//
pkg.gl
Category
github.com/improbable-io/go-junit-report
parser
package
0.0.0-20161011155305-8a980da7388d
Repository:
https://github.com/improbable-io/go-junit-report.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
3
Files
186 SLOC
#
Functions
Parse
Parse parses go test output from reader r and returns a report with the results.
#
Constants
FAIL
Test result constants.
PASS
Test result constants.
SKIP
Test result constants.
#
Structs
Package
Package contains the test results of a single package.
Report
Report is a collection of package tests.
Test
Test contains the results of a single test.
#
Type aliases
Result
Result represents a test result.