test

package
v0.1.2 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2020 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// Run takes a testing suite and runs all of the tests attached to it.
	Run = suite.Run

	// NewAssert makes a new Assertions object for the specified TestingT.
	NewAssert = assert.New
)

Functions

This section is empty.

Types

type Assert

type Assert struct {
	assert.Assertions
}

Assert provides assertion methods around the *testing.T interface.

type Suite

type Suite struct {
	suite.Suite
}

Suite is a basic testing suite with methods for storing and retrieving the current *testing.T context.

Jump to

Keyboard shortcuts

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