Documentation ¶
Overview ¶
Package junit provides a junit viewer for Spyglass
Index ¶
- type Lens
- func (lens Lens) Body(artifacts []lenses.Artifact, resourceDir string, data string) string
- func (lens Lens) Callback(artifacts []lenses.Artifact, resourceDir string, data string) string
- func (lens Lens) Header(artifacts []lenses.Artifact, resourceDir string) string
- func (lens Lens) Name() string
- func (lens Lens) Priority() int
- func (lens Lens) Title() string
- type TestResult
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lens ¶
type Lens struct{}
Lens is the implementation of a JUnit-rendering Spyglass lens.
type TestResult ¶
TestResult holds data about a test extracted from junit output
Click to show internal directories.
Click to hide internal directories.