Closed sraaphorst closed 6 years ago
Select a good C++ testing framework and move existing test cases to use it.
Example:
https://github.com/google/googletest/blob/master/googletest/docs/Primer.md
This has been superseded by another issue, as I have decided to use Catch 2 for testing due to ease of use.
Select a good C++ testing framework and move existing test cases to use it.
Example:
https://github.com/google/googletest/blob/master/googletest/docs/Primer.md