proxy.golang.org : github.com/dolab/gospec
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: use assert instance: use expect instance: Assertions allow you to easily write test code, and are global funcs in the `gospec` 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
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/dolab/gospec
License: MIT
Latest release: over 7 years ago
First release: over 7 years ago
Namespace: github.com/dolab
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago