Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DeepEquals check.Checker = &diffChecker{ &check.CheckerInfo{Name: "Diff", Params: defaultParams}, } )
DeepEquals is a GoCheck checker that does a diff between two objects and pretty-prints any difference between the two. It can act as a substitute for DeepEquals.
View Source
var ( Equals check.Checker = &cmpChecker{ &check.CheckerInfo{Name: "Equals", Params: cmpParams}, } )
Equals is a GoCheck checker that does a diff between two objects and pretty-prints any difference between the two. It can act as a substitute for DeepEquals.
Functions ¶
func DeepAllowUnexported ¶ added in v1.6.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.