Documentation ¶
Overview ¶
Package testutils provides some basic test routines that were proliferating
Index ¶
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertAllEqual ¶
AssertFalse produces an error if a deep inspection of the passed-in objects differ
func AssertEqual ¶
AssertFalse produces an error if the passed-in objects differ
func AssertFalse ¶
AssertFalse produces an error if the passed-in condition is not false
func AssertNotEqual ¶
AssertNotEqual produces an error if the passed-in objects are equal
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.