assert

package
v2.0.2-0...-0d99925 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2020 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package assert contains helpers for test assertions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Diff

func Diff(exp, act interface{}, opts ...cmp.Option) string

Diff returns a diff between exp and act.

func Equal

func Equal(t testing.TB, name string, exp, act interface{})

Equal asserts exp == act.

func Error

func Error(t testing.TB, name string, err error)

Error asserts exp != nil.

func False

func False(t testing.TB, name string, act bool)

False asserts false == act.

func Len

func Len(t testing.TB, name string, n int, a interface{})

Len asserts n == len(a).

func Success

func Success(t testing.TB, name string, err error)

Success asserts err == nil.

func True

func True(t testing.TB, name string, act bool)

True asserts true == act.

Types

This section is empty.

Jump to

Keyboard shortcuts

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