package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Jun 26, 2019
License: Apache-2.0
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 AssertIntEqual(t *testing.T, expect, actual, errMsg string)
-
func AssertNoError(t *testing.T, err error, errMsg string)
-
func AssertStringEqual(t *testing.T, expect, actual, errMsg string)
-
func AssertTrue(t *testing.T, value bool, errMsg string)
AssertIntEqual triggers testing error if the expect and actual int value are not the same.
AssertNoError triggers testing error if the passed-in err is not nil.
AssertStringEqual triggers testing error if the expect and actual string are not the same.
AssertTrue triggers testing error if the passed-in is true.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.