package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Aug 9, 2022
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
¶
Package assert is used internally by tests to make basic assertions.
func Equals(tb testing.TB, expected, actual interface{})
Equals is a helper function used throughout the unit and integration
tests to assert deep equality between an actual and expected value.
MustOk fails the test now if an err is not nil.
Ok fails the test if an err is not nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.