
The highest tagged major version is
v3.
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Apr 9, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func Equal(t *testing.T, expected interface{}, actual interface{}, message string)
-
func Nil(t *testing.T, actual interface{}, message string)
-
func NotEqual(t *testing.T, expected interface{}, actual interface{}, message string)
-
func NotNil(t *testing.T, actual interface{}, message string)
-
func True(t *testing.T, expression bool, message string)
func Equal(t *testing.T, expected interface{}, actual interface{}, message string)
Equal assert that an object is equal to an expected value
Nil assert that an object is nil
func NotEqual(t *testing.T, expected interface{}, actual interface{}, message string)
NotEqual assert that an object is not equal to an expected value
NotNil assert that an object is not nil
True assert that an expression is true
Source Files
¶
Click to show internal directories.
Click to hide internal directories.