Versions in this module Expand all Collapse all v0 v0.0.1 Apr 29, 2022 Changes in this version + func ASSERT_DOUBLE_EQ(a, b float64, t *testing.T) + func ASSERT_EQ(a, b interface{}, t *testing.T) + func ASSERT_FALSE(a bool, t *testing.T) + func ASSERT_NIL(a interface{}, t *testing.T) + func ASSERT_TRUE(a bool, t *testing.T) + func ASSERT_VELOCYPACK_EXCEPTION(errorType func(error) bool, t *testing.T) func(args ...interface{})