Versions in this module Expand all Collapse all v0 v0.0.2 Nov 10, 2022 v0.0.1 Feb 21, 2020 Changes in this version + func AssertAllEqual(t *testing.T, errorMessage string, objs ...interface{}) + func AssertEqual(t *testing.T, errorMessage string, obj1, obj2 interface{}) + func AssertFalse(t *testing.T, errorMessage string, booleanCondition bool) + func AssertNotEqual(t *testing.T, errorMessage string, obj1, obj2 interface{}) + func AssertTrue(t *testing.T, errorMessage string, booleanCondition bool)