assert

package module
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

README

assert

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assert

type Assert interface {
	Errorf(format string, args ...any)
	Fail()
	True(v bool)
	Nil(v interface{})
	Equals(expected interface{}, actual interface{})
	Equalsf(expected interface{}, actual interface{}, format string, args ...any)
	Success(err error)
}

func New

func New(t *testing.T) Assert

type Lister added in v1.1.0

type Lister interface {
	List() []interface{}
}

Jump to

Keyboard shortcuts

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