testings

package
v0.0.0-...-4c031ee Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: Apache-2.0 Imports: 4 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 {
	*testing.T
	context.Context
}

func NewTesting

func NewTesting(t *testing.T) *T

func (*T) AssertEqual

func (t *T) AssertEqual(expected, actual interface{}, msgAndArgs ...interface{})

func (*T) AssertNoError

func (t *T) AssertNoError(args ...interface{})

func (*T) AssertNotEqual

func (t *T) AssertNotEqual(expected, actual interface{}, msgAndArgs ...interface{})

func (*T) Contains

func (t *T) Contains(s, contains interface{}, args ...interface{})

func (*T) Containsf

func (t *T) Containsf(s, contains interface{}, msg string, args ...interface{})

func (*T) LogAndAssertNoError

func (t *T) LogAndAssertNoError(args ...interface{})

func (*T) NotContains

func (t *T) NotContains(s, contains interface{}, msgAndArgs ...interface{})

func (*T) NotContainsf

func (t *T) NotContainsf(s, contains interface{}, msg string, args ...interface{})

Jump to

Keyboard shortcuts

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