package
Version:
v0.0.0-...-565e439
Opens a new window with list of versions in this module.
Published: Feb 3, 2020
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Assert fails a given test if a condition is found to be false,
optionally displaying a message to help diagnose the failure.
func Equals(tb testing.TB, exp, act interface{})
Equals performs a deep equal against exp and act and fails the given
test if they're found to be different.
ErrorNil fails a given test if an error is not nil and prints the error.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.