testing

package
v0.0.0-...-5950b5c Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package testing provides testing-related types and utilities.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type T

type T interface {
	// Errorf is analogous to [testing.T.Errorf].
	Errorf(string, ...any)
	// FailNow is analogous to [testing.T.FailNow].
	FailNow()
	// Context is analogous to [testing.T.Context].
	Context() context.Context
}

T is an interface that represents a portion of testing.T's API.

Directories

Path Synopsis
Package gomock provides supplemental gomock types and helpers.
Package gomock provides supplemental gomock types and helpers.
Package testingmock is a generated GoMock package.
Package testingmock is a generated GoMock package.

Jump to

Keyboard shortcuts

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