xcresult

package
v0.0.0-...-5ae9364 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Converter

type Converter struct {
	// contains filtered or unexported fields
}

Converter ...

func (*Converter) Detect

func (h *Converter) Detect(files []string) bool

Detect ...

func (*Converter) XML

func (h *Converter) XML() (junit.XML, error)

XML ...

type FailureSummary

type FailureSummary struct {
	FileName           string
	LineNumber         int
	Message            string
	PerformanceFailure bool
}

FailureSummary ...

type Subtest

type Subtest struct {
	Duration         float64
	TestStatus       string
	TestIdentifier   string
	TestName         string
	TestObjectClass  string
	Subtests         Subtests
	FailureSummaries []FailureSummary
}

Subtest ...

func (Subtest) Failure

func (st Subtest) Failure() (message string)

Failure ...

func (Subtest) Skipped

func (st Subtest) Skipped() bool

Skipped ...

type Subtests

type Subtests []Subtest

Subtests ...

func (Subtests) FailuresCount

func (sts Subtests) FailuresCount() (count int)

FailuresCount ...

func (Subtests) SkippedCount

func (sts Subtests) SkippedCount() (count int)

SkippedCount ...

func (Subtests) TotalTime

func (sts Subtests) TotalTime() (time float64)

TotalTime ...

type Test

type Test struct {
	Subtests Subtests
}

Test ...

type TestSummaryPlist

type TestSummaryPlist struct {
	FormatVersion     string
	TestableSummaries []TestableSummary
}

TestSummaryPlist ...

func (TestSummaryPlist) Tests

func (summaryPlist TestSummaryPlist) Tests() ([]string, map[string]Subtests)

Tests returns the collapsed tree of tests

type TestableSummary

type TestableSummary struct {
	TargetName      string
	TestKind        string
	TestName        string
	TestObjectClass string
	Tests           []Test
}

TestableSummary ...

Jump to

Keyboard shortcuts

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