test

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestMain

func TestMain(ctx *build.Context, bp *build.Package) ([]byte, error)

TestMain create testmain data form package

Types

type CoverVar

type CoverVar struct {
	File string // local file name
	Var  string // name of count struct
}

CoverVar holds the name of the generated coverage variables targeting the named file.

type Processor

type Processor struct {
}

func (Processor) LoadMain

func (Processor) LoadMain(ctx *build.Context, bp *build.Package) ([]byte, error)

type TestCover

type TestCover struct {
	Mode     string
	Local    bool
	Pkgs     []*build.Package
	Paths    []string
	Vars     []coverInfo
	DeclVars func(*build.Package, ...string) map[string]*CoverVar
}

TestCover not used

Jump to

Keyboard shortcuts

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