qecoverage

package
v0.0.0-...-2a271d3 Latest Latest
Warning

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

Go to latest
Published: Dec 7, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCommand

func NewCommand() *cobra.Command

Types

type TestCoverageSummaryReport

type TestCoverageSummaryReport struct {
	CoverageByTestSuite     map[string]TestSuiteQeCoverage
	TotalCoveragePercentage float32
	TestCasesTotal          int
	TestCasesWithQe         int
}

type TestSuiteQeCoverage

type TestSuiteQeCoverage struct {
	TestCases               int
	TestCasesWithQe         int
	Coverage                float32
	NotImplementedTestCases []string
}

Jump to

Keyboard shortcuts

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