gounit

package
v1.0.13 Latest Latest
Warning

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

Go to latest
Published: Feb 3, 2023 License: MIT-0 Imports: 2 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 testing.T

func (*T) AssertEqualsInt

func (t *T) AssertEqualsInt(expected, actual int)

func (*T) AssertEqualsString

func (t *T) AssertEqualsString(expected, actual string)

func (*T) AssertFalse

func (t *T) AssertFalse(val bool)

func (*T) AssertGreaterInt

func (t *T) AssertGreaterInt(first, second int)

func (*T) AssertGreaterOrEqualInt

func (t *T) AssertGreaterOrEqualInt(first, second int)

func (*T) AssertInstanceOf

func (t *T) AssertInstanceOf(expected, actual interface{})

func (*T) AssertLessInt

func (t *T) AssertLessInt(first, second int)

func (*T) AssertLessOrEqualInt

func (t *T) AssertLessOrEqualInt(first, second int)

func (*T) AssertNil

func (t *T) AssertNil(val interface{})

func (*T) AssertNotError

func (t *T) AssertNotError(err error)

func (*T) AssertTrue

func (t *T) AssertTrue(val bool)

func (*T) ExpectError

func (t *T) ExpectError(err error)

Jump to

Keyboard shortcuts

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