Changes between Version 2 and Version 3 of MapGuideRfc180
- Timestamp:
- 07/15/20 06:52:47 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc180
v2 v3 28 28 == Motivation == 29 29 30 Catch2is a **header-only** unit testing library that has a simpler installation and consumption story.30 [https://github.com/catchorg/Catch2 Catch2] is a **header-only** unit testing library that has a simpler installation and consumption story. 31 31 32 32 Being header-only means we don't have to build and link to this library unlike CppUnit. Just `#include` the single `catch.hpp` header file and you can get started writing tests. This means one less external library we have to build.