assert

package
v0.2.3 Latest Latest
Warning

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

Go to latest
Published: Sep 2, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package assert implements common assertions used in go-httbin's unit tests.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeepEqual

func DeepEqual[T any](t testing.TB, got, want T, desc ...string)

DeepEqual asserts that two values are deeply equal.

func Equal

func Equal[T comparable](t testing.TB, got, want T, desc ...string)

Equal asserts that two values are equal.

func Error

func Error(t testing.TB, got, want error)

Error asserts that an error matches an expected error or any one of a list of expected errors.

func NilError

func NilError(t testing.TB, err error)

NilError asserts that an error is nil.

Types

This section is empty.

Jump to

Keyboard shortcuts

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