cuetdtest

package
v0.9.1 Latest Latest
Warning

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

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

Documentation

Overview

Package testing is a helper package for test packages in the CUE project. As such it should only be imported in _test.go files.

Index

Constants

View Source
const DefaultVersion = "v2"

Variables

This section is empty.

Functions

func Run

func Run[TC any](t *testing.T, table []TC, fn func(t *T, tc *TC))

Run creates a new table-driven test using the CUE testing defaults.

Types

type M

type M struct {
	*testing.T
	// contains filtered or unexported fields
}

func (*M) Fallback

func (t *M) Fallback() string

func (*M) IsDefault

func (t *M) IsDefault() bool

func (*M) Name

func (t *M) Name() string

func (*M) Runtime

func (t *M) Runtime() *runtime.Runtime

Runtime creates a runtime that is configured according to the matrix.

func (*M) TODO_NoSharing

func (t *M) TODO_NoSharing()

func (*M) TODO_Sharing

func (t *M) TODO_Sharing()

func (*M) TODO_V3

func (t *M) TODO_V3()

func (*M) UpdateRuntime

func (t *M) UpdateRuntime(r *runtime.Runtime)

type Matrix

type Matrix []M
var DefaultOnlyMatrix Matrix = FullMatrix[:1]
var FullMatrix Matrix = []M{{
	// contains filtered or unexported fields
}, {
	// contains filtered or unexported fields
}, {
	// contains filtered or unexported fields
}}
var SmallMatrix Matrix = FullMatrix[:2]

func (Matrix) Do

func (m Matrix) Do(t *testing.T, f func(t *M))

Do runs f for each configuration in the matrix.

func (Matrix) Run

func (m Matrix) Run(t *testing.T, name string, f func(t *M))

Run runs a test with the given name f for each configuration in the matrix.

type T

type T struct {
	*tdtest.T
	M *M
}

Jump to

Keyboard shortcuts

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