package
Version:
v0.2.0-alpha.2
Opens a new window with list of versions in this module.
Published: May 24, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
func FlatEqual(got, expected interface{}) bool
Simple equality check working for flat types (no nested types passed by reference).
Check error and if present, fail and stop the test suite.
Examples usage: client.Must(t, task.Create(&r))
Check error and if present, fail the test case.
Examples usage: client.Should(t, task.Create(&r))
Source Files
¶
Click to show internal directories.
Click to hide internal directories.