assert

package
v0.0.0-...-37f65c1 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Asserter

type Asserter struct {
	T *testing.T
}

func (*Asserter) Equal

func (a *Asserter) Equal(actual, expected interface{})

func (*Asserter) False

func (a *Asserter) False(actual bool)

func (*Asserter) LessThan

func (a *Asserter) LessThan(actual, expected float64)

func (*Asserter) NotEqual

func (a *Asserter) NotEqual(actual, expected interface{})

func (*Asserter) StringContains

func (a *Asserter) StringContains(actual, expected string)

func (*Asserter) True

func (a *Asserter) True(actual bool)

Jump to

Keyboard shortcuts

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