assert

package
v0.0.0-...-d10cdd8 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package assert contains test assertion helpers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Equal

func Equal(t *testing.T, expected, actual any, errorMessage ...string)

Equal asserts that two objects are equal.

func False

func False(t *testing.T, value bool, errorMessage ...string)

False asserts that the specified value is false.

func True

func True(t *testing.T, value bool, errorMessage ...string)

True asserts that the specified value is true.

Types

This section is empty.

Jump to

Keyboard shortcuts

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