output

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	PackageName = 1 << iota
	TestName
)

Variables

This section is empty.

Functions

func ParseTestOutput

func ParseTestOutput(raw string, outputType int)

Types

type SinglePackageResult

type SinglePackageResult struct {
	IsSuccessful bool
	Name         string
	Time         string
	Tests        []SingleTestResult
}

type SingleTestResult

type SingleTestResult struct {
	Name         string
	IsSuccessful bool
	Time         string
}

type TestTrace

type TestTrace struct {
	TestName   string
	FileName   string
	LineNumber string
	ErrorName  string
	Expected   string
	Actual     string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL