Versions in this module Expand all Collapse all v0 v0.1.8 Mar 13, 2025 Changes in this version + func All(f Func, xs ...interface{}) (ok bool, err error) + func Any(f Func, xs ...interface{}) (ok bool, err error) + func Test(t *testing.T, tolerance interface{}, cases Cases, funcs ...Func) + type Cases interface + type EqualResult struct + AbsoluteError reflect.Value + LengthMismatch bool + MissingValue bool + Numerical bool + Ok bool + Position int + RelativeError reflect.Value + func Equal(x, y, tolerance interface{}) EqualResult + type Func interface