testutil

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 22, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Case

type Case struct {
	Name   string
	Files  map[string]string                    // rooted at a logical 'root/' dir
	Dir    string                               // package directory under root
	Expect *Expect                              // optional declarative expectations
	Verify func(t *testing.T, p *model.Package) // optional custom validation
}

Case defines a data‑driven loader test input and expectations.

func (*Case) Run

func (c *Case) Run(t *testing.T)

Run executes the case against the loader.

type Expect

type Expect struct {
	PkgPath string
	Types   []string
	Consts  []string
	Vars    []string
	// Body maps type name -> expected RHS type expression (normalized via go/printer).
	Body map[string]string
	// Embeds maps file name -> embedded var names expected in that file.
	Embeds map[string][]string
}

Expect defines declarative assertions for a loaded package.

Jump to

Keyboard shortcuts

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