README ¶ Golang Unittest Simple Unit Testing: Equals, EqualsExact, IsNil, NotNil Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Equals(t *testing.T, a interface{}, b interface{}) bool func EqualsExact(t *testing.T, a interface{}, b interface{}) bool func IsNil(t *testing.T, a interface{}) bool func NotNil(t *testing.T, a interface{}) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Equals ¶ func Equals( t *testing.T, a interface{}, b interface{}, ) bool func EqualsExact ¶ func EqualsExact( t *testing.T, a interface{}, b interface{}, ) bool func IsNil ¶ func IsNil( t *testing.T, a interface{}, ) bool func NotNil ¶ func NotNil( t *testing.T, a interface{}, ) bool Types ¶ This section is empty. Source Files ¶ View all Source files unittest.go Click to show internal directories. Click to hide internal directories.