//
pkg.gl
Category
github.com/jstemmer/go-junit-report
parser
package
1.0.0
Repository:
https://github.com/jstemmer/go-junit-report.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
6
Dependents
108
Files
294 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
Benchmark
Benchmark contains the results of a single benchmark.
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.