Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertDeepClonedEqual ¶
AssertDeepClonedEqual tells whether a and b are deeply equal.
Types ¶
type Option ¶
type Option interface {
// contains filtered or unexported methods
}
Option is the option for the deep test.
func WithIgnorePath ¶
WithIgnorePath specifies the paths that should be ignored during the deep test.
func WithPointerComparePath ¶
WithPointerComparePath specifies the paths that should be compared by pointer during the deep test.
Click to show internal directories.
Click to hide internal directories.