package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
AssertDeepClonedEqual tells whether a and b are deeply equal.
AssertRecursivelyNotEqual asserts that every field of `a` is not equal to the corresponding field of `b` deeply.
WithIgnorePath specifies the paths that should be ignored during the deep test.
WithPointerComparePath specifies the paths that should be compared by pointer during the deep test.
# Interfaces
Option is the option for the deep test.