testutil

package
v0.90.0 Latest Latest
Warning

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

Go to latest
Published: May 19, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Testing helper functions. It should not be seen in the imports outside of testing.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Assert

func Assert(t *testing.T, title string, expect, actual interface{})

func CapturePanics

func CapturePanics(fn func()) (e error)

func Require added in v0.90.0

func Require(t *testing.T, actual interface{}, check Checker, desired interface{})

func ShouldEqual added in v0.90.0

func ShouldEqual(actual, desired interface{}) (string, bool)

func Wish added in v0.90.0

func Wish(t *testing.T, actual interface{}, check Checker, desired interface{}) bool

Types

type Checker added in v0.90.0

type Checker func(actual, desired interface{}) (problem string, passed bool)

Jump to

Keyboard shortcuts

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