proxy.golang.org : github.com/chyroc/go-assert : v1.9.0
Package assert provides a set of comprehensive testing tools for use with the normal Go testing system. The following is a complete example using assert in a standard test function: if you assert many times, use the format below: Assertions allow you to easily write test code, and are global funcs in the `assert` package. All assertion functions take, as the first argument, the `*testing.T` object provided by the testing framework. This allows the assertion funcs to write the failings and other details to the correct place. Every assertion function also takes an optional string message as the final argument, allowing custom error messages to be appended to the message the assertion method outputs.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/chyroc/[email protected]
Published:
Indexed:
- github.com/davecgh/go-spew v1.1.0
- github.com/pmezard/go-difflib v1.0.0
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c