用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guo XIn 291e661666 first commit 3 months ago
..
.conan first commit 3 months ago
.github first commit 3 months ago
CMake first commit 3 months ago
artwork first commit 3 months ago
contrib first commit 3 months ago
docs first commit 3 months ago
examples first commit 3 months ago
include first commit 3 months ago
misc first commit 3 months ago
projects first commit 3 months ago
scripts first commit 3 months ago
single_include/catch2 first commit 3 months ago
third_party first commit 3 months ago
.gitattributes first commit 3 months ago
.gitignore first commit 3 months ago
.travis.yml first commit 3 months ago
CMakeLists.txt first commit 3 months ago
CODE_OF_CONDUCT.md first commit 3 months ago
LICENSE.txt first commit 3 months ago
README.md first commit 3 months ago
appveyor.yml first commit 3 months ago
codecov.yml first commit 3 months ago
conanfile.py first commit 3 months ago

README.md

catch logo

Github Releases Build Status Build status codecov Try online Join the chat in Discord: https://discord.gg/4CWS9zD

The latest version of the single header can be downloaded directly using this link

Catch2 is released!

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.

What's the Catch?

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.

How to use it

This documentation comprises these three parts:

More