test

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Assert

func Assert(t testingTB, cond bool, val ...interface{})

Assert asserts cond is true, otherwise fails the test.

func Assertf

func Assertf(t testingTB, cond bool, format string, val ...interface{})

Assertf asserts cond is true, otherwise fails the test.

func DeepEqual

func DeepEqual(t testingTB, a, b interface{})

DeepEqual asserts a and b are deep equal, otherwise fails the test.

func Panic

func Panic(t testingTB, fn func())

Panic asserts fn should panic and recover it, otherwise fails the test.

func PanicAt

func PanicAt(t testingTB, fn func(), expect func(err interface{}) bool)

PanicAt asserts fn should panic and recover it, otherwise fails the test. The expect function can be provided to do further examination of the error.

Types

This section is empty.

Jump to

Keyboard shortcuts

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