package
Version:
v1.3.2
Opens a new window with list of versions in this module.
Published: Dec 13, 2018
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 ContainsStr(t *testing.T, expected string, array []string, message string)
-
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)
ContainsStr assert that an array contains an expected value
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.