internal

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TestingT

type TestingT interface {
	Helper()
	Cleanup(f func())

	Fail()
	FailNow()
	Logf(format string, args ...any)

	Context() context.Context
	Deadline() (time.Time, bool)
}

TestingT is an interface for testing types. It mimics the standard library's *testing.T. It is placed here to avoid imports cycles.

Directories

Path Synopsis
Package code provides utilities for working with Go source code and ASTs.
Package code provides utilities for working with Go source code and ASTs.
Package message provides functions for generating formatted messages for assertions.
Package message provides functions for generating formatted messages for assertions.

Jump to

Keyboard shortcuts

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