must

package
v0.8.6 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2025 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package must provide a set of functions that fail test if the error is not nil.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Value

func Value[V any](v V, err error) func(t xtesting.T) V

Value returns a function that accepts parameter that implements xtesting.T and uses require.NoError to ensure there was no error.

func Values

func Values[V, V2 any](v V, v2 V2, err error) func(t xtesting.T) (V, V2)

Values returns a function that accepts parameter that implements xtesting.T and uses require.NoError to ensure there was no error.

Types

This section is empty.

Jump to

Keyboard shortcuts

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