package
Version:
v0.0.0-...-8ce64ba
Opens a new window with list of versions in this module.
Published: Feb 12, 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 checks that an expected outcome is satisfied
and fails if it is not.
func Equals(tb testing.TB, exp, act interface{})
Equals performs a deep equal comparison against two
values and fails if they are not the same.
ErrorNil asserts that an error is nil and fails if it's not.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.