Assertion for Go v1.0.0
Assertion for Go is a collection of assertion functions that extend the built-in testing
package.
Breaking Changes
- The supported minimum go version is 1.18.
- The equality of mixed signed and unsigned is always false.
New Features
- New comparison assertion functions.
Changes
- Panic a predefined error if the parameters do not match the requirements.
- Mark
testXXX
as the test helper functions. - Rename
isComparable
toisOrderable
.