commit | dba03cace0e298b6a690c00ccd99848193c2e0f9 | [log] [tgz] |
---|---|---|
author | Haibo Huang <[email protected]> | Thu May 23 09:26:57 2019 -0700 |
committer | android-build-merger <[email protected]> | Thu May 23 09:26:57 2019 -0700 |
tree | 26e11d8d52fd0b8fb25aab5b23a1e45d0b646430 | |
parent | bcfbb791d09e390fb545c03ca002e570f764d960 [diff] | |
parent | a8f1a3dea29dbd45c1b7f3422c0aa29d5f06dbda [diff] |
Merge "android: Upgrade catch2 to v2.7.2" am: 6461e4174a am: 47286e0e8e am: b9a38f6db9 am: a8f1a3dea2 Change-Id: I98ea4b3c203abd31996ed12d667da3921dfb6771
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: