assertions

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2023 License: MIT, MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assertion

type Assertion struct {
	// contains filtered or unexported fields
}

func New

func New(t *testing.T) *Assertion

func (*Assertion) AssertDeepEqual

func (this *Assertion) AssertDeepEqual(expected, actual interface{}) bool

func (*Assertion) AssertEqual

func (this *Assertion) AssertEqual(expected, actual interface{}) bool

func (*Assertion) AssertFalse

func (this *Assertion) AssertFalse(value bool) bool

func (*Assertion) AssertNil

func (this *Assertion) AssertNil(value interface{}) bool

func (*Assertion) AssertTrue

func (this *Assertion) AssertTrue(value bool) bool

Jump to

Keyboard shortcuts

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