Skip to content

Assertion for Go v1.0.0

Compare
Choose a tag to compare
@ghosind ghosind released this 02 Jan 02:32
· 22 commits to main since this release
v1.0.0
0587ec5

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 to isOrderable.