unittest

package module
v0.0.0-...-0dfd5e1 Latest Latest
Warning

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

Go to latest
Published: Aug 29, 2021 License: BSD-3-Clause Imports: 5 Imported by: 0

README

Golang Unittest

Simple Unit Testing: Equals, EqualsExact, IsNil, NotNil

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Equals

func Equals(
	t *testing.T,
	a interface{},
	b interface{},
) bool

func EqualsExact

func EqualsExact(
	t *testing.T,
	a interface{},
	b interface{},
) bool

func IsNil

func IsNil(
	t *testing.T,
	a interface{},
) bool

func NotNil

func NotNil(
	t *testing.T,
	a interface{},
) bool

Types

This section is empty.

Jump to

Keyboard shortcuts

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