Documentation ¶ Index ¶ func Equal(t *testing.T, expected, actual interface{}) bool func Nil(t *testing.T, object interface{}) bool func NotEqual(t *testing.T, expected, actual interface{}) bool func NotNil(t *testing.T, object interface{}) bool func ObjectsAreEqual(expected, actual interface{}) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equal ¶ func Equal(t *testing.T, expected, actual interface{}) bool func Nil ¶ func Nil(t *testing.T, object interface{}) bool func NotEqual ¶ added in v0.3.0 func NotEqual(t *testing.T, expected, actual interface{}) bool func NotNil ¶ func NotNil(t *testing.T, object interface{}) bool func ObjectsAreEqual ¶ func ObjectsAreEqual(expected, actual interface{}) bool Types ¶ This section is empty. Source Files ¶ View all Source files assertions.go Click to show internal directories. Click to hide internal directories.