test

package
v0.0.0-...-71abc7e Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2024 License: MPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type T

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

T implements the interface required by testify.

func (*T) Errorf

func (t *T) Errorf(format string, args ...interface{})

Errorf prints an error message and marks the test as having failed.

func (*T) Exit

func (t *T) Exit()

Exit exits the program with an appropriate exit code.

func (*T) FailNow

func (t *T) FailNow()

FailNow exits the program with an error. You must call `defer t.Exit()` first.

Jump to

Keyboard shortcuts

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