matchers

package
v0.0.0-...-6a950e6 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: GPL-3.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 MatchErrMatcher

type MatchErrMatcher struct {
	Expected interface{}
}

func (*MatchErrMatcher) FailureMessage

func (matcher *MatchErrMatcher) FailureMessage(actual interface{}) (message string)

func (*MatchErrMatcher) Match

func (matcher *MatchErrMatcher) Match(
	actual interface{},
) (
	success bool, err error,
)

func (*MatchErrMatcher) NegatedFailureMessage

func (matcher *MatchErrMatcher) NegatedFailureMessage(actual interface{}) (message string)

Jump to

Keyboard shortcuts

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