assert

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2019 License: MIT Imports: 3 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 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