package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Sep 17, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package assert is a helper package for asserting equality and
generating diffs in tests.
func Equalf(t *testing.T, exp, act interface{}, msg string, v ...interface{})
Equalf compares exp to act. If they are not equal, it will fatal the test
with the passed msg, args and also a diff of the differences.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.