All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2023-08-01
- Assert null and assert same failure message contains the pointer reference.
- A suite can have an optional set up and tear down function.
- Combine functions
get_failure_count
andclear_tests
in functionrun_tests
.
1.0.1 - 2023-07-31
- In assertion messages, the variable name was displayed instead of the variable value.
- Fix messages of negated assertions.
1.0.0 - 2023-07-31
- Create a test suite with test cases.
- Create a test case as function.
- Check assertions with ASSERT macros.
- Run tests with CI friendly output on console and return value.