testing

package
v0.0.2 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type T

type T interface {
	Errorf(format string, args ...any)
	FailNow()
	Cleanup(fn func())
}

type THelper

type THelper interface {
	T
	Helper()
}

type TParallel

type TParallel interface {
	T
	Parallel()
}

type TRun

type TRun[I T] interface {
	T
	Run(name string, fn func(t I)) bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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