commit | a8f1a3dea29dbd45c1b7f3422c0aa29d5f06dbda | [log] [tgz] |
---|---|---|
author | Haibo Huang <[email protected]> | Thu May 23 01:25:09 2019 -0700 |
committer | android-build-merger <[email protected]> | Thu May 23 01:25:09 2019 -0700 |
tree | 26e11d8d52fd0b8fb25aab5b23a1e45d0b646430 | |
parent | bcfbb791d09e390fb545c03ca002e570f764d960 [diff] | |
parent | b9a38f6db982309b3176c97a0046c459e625710f [diff] |
Merge "android: Upgrade catch2 to v2.7.2" am: 6461e4174a am: 47286e0e8e am: b9a38f6db9 Change-Id: I542b2e907a9e975df1ae31305206c8a36f9d84aa
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.
Catch2 stands for C++ Automated Test Cases in a Header and is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.
This documentation comprises these three parts: