package
Version:
v0.16.0
Opens a new window with list of versions in this module.
Published: Jun 6, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
func Equal(t testing.TB, want, got interface{})
Equal fails the test if two values are not equal.
Nil fails the test if given value is not nil.
Panics will run given function and recover any panic. It will fail the test
if given function call did not panic.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.