catch2/tests
offa 06c32862b3
Some refactorings:
- Overrides added
 - usages of push_back() replaced with emplace_back()
 - Loop variable made const-refernce
 - NULL replaced with nullptr
 - Names used in the declaration and definition unified
 - size() replaced with empty
 - Identical cases merged
2020-02-16 15:25:23 +01:00
..
ExtraTests Minor cleanup in the benchmarking tests 2020-02-13 15:12:57 +01:00
SelfTest Some refactorings: 2020-02-16 15:25:23 +01:00
XCode/OCTest Move tests from projects/ to tests/ 2019-12-05 16:00:20 +01:00
CMakeLists.txt NoAssertions runs only 1 test case instead of all of them 2020-02-04 10:11:55 +01:00