package
Version:
v0.8.0-nightly.20230808
Opens a new window with list of versions in this module.
Published: Aug 7, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package assert declares dead-simple function testing helpers for Conduit that
we can reasonably maintain ourselves.
func Equal(tb testing.TB, exp, act interface{})
Equal fails the test if exp is not equal to act.
Error fails if the error is nil.
Nil fails if the value is not nil.
NotNil fails if the value is nil.
Ok fails the test if err is not nil.
True fails the test if the condition evaluates to false.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.