matchers

package
v1.25.0 Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Expectation

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

func (*Expectation) NotToBeNil

func (e *Expectation) NotToBeNil()

func (*Expectation) NotToContain added in v0.2.1

func (e *Expectation) NotToContain(expected interface{})

func (*Expectation) NotToEqual

func (e *Expectation) NotToEqual(expected interface{})

func (*Expectation) NotToPanic added in v0.19.0

func (e *Expectation) NotToPanic()

func (*Expectation) ToBeFalse

func (e *Expectation) ToBeFalse()

func (*Expectation) ToBeNil

func (e *Expectation) ToBeNil()

func (*Expectation) ToBeTemporally added in v0.2.1

func (e *Expectation) ToBeTemporally(matcher TemporalMatcher, compareTo interface{})

func (*Expectation) ToBeTrue

func (e *Expectation) ToBeTrue()

func (*Expectation) ToContain added in v0.2.1

func (e *Expectation) ToContain(expected interface{})

func (*Expectation) ToEqual

func (e *Expectation) ToEqual(expected interface{})

func (*Expectation) ToMatchError

func (e *Expectation) ToMatchError(expected interface{})

func (*Expectation) ToMatchInAnyOrder added in v0.2.1

func (e *Expectation) ToMatchInAnyOrder(expected interface{})

func (*Expectation) ToSucceed

func (e *Expectation) ToSucceed()

type Expecter

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

func NewExpecter

func NewExpecter(t *testing.T) *Expecter

func (*Expecter) Expect

func (a *Expecter) Expect(actual interface{}) *Expectation

type TemporalMatcher added in v0.2.1

type TemporalMatcher byte
const (
	Before TemporalMatcher = iota
	BeforeOrSameTime
	After
	AfterOrSameTime
)

Jump to

Keyboard shortcuts

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