Documentation ¶
Overview ¶
Package checker provides helpers for gotest.tools/assert. Please remove this package whenever possible.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compare ¶
type Compare func(x interface{}) assert.BoolOrComparison
Compare defines the interface to compare values
func Contains ¶
func Contains(y interface{}) Compare
Contains checks if the value contains the given value
func Equals ¶
func Equals(y interface{}) Compare
Equals checks if the value is equal to the given value
func GreaterThan ¶
GreaterThan checks if the value is greater than the given value
Click to show internal directories.
Click to hide internal directories.