Test Helpers is an assertion library for smart contract testing built by OpenZeppelin.
What is OpenZeppelin Test Helpers?
Built by OpenZeppelin, Test Helpers is an assertion library for Ethereum smart contract testing. Test Helpers helps devs make sure their contracts are behaving as they should be. This library checks that transactions revert for the right reasons, verify event emission values, track balance changes, handle very large numbers, and even simulate the passing of time. Configurable, well-documented, and developed by a leader in smart contract safety.