A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later (C++11 support is in v2.x branch, and C++03 on the Catch1.x branch)
Go to file
Phil Nash 3fd7dc0218 Prevent duplicate test names from being registered
If a test case with the same name as an already registered test case is registered an error is logged to cerr and the program exits (with error level 1)
2012-02-09 08:34:01 +00:00
include Prevent duplicate test names from being registered 2012-02-09 08:34:01 +00:00
projects Prevent duplicate test names from being registered 2012-02-09 08:34:01 +00:00
single_include Regenerated single include after last commit 2011-12-28 19:56:39 +00:00
.gitignore Fixed Obj-C related #include ordering 2011-08-15 09:06:31 +01:00
LICENSE_1_0.txt First commit for GitHub 2010-11-09 23:24:00 +00:00
README Added wiki link to readme 2011-02-01 16:14:07 +00:00
glueHeaders.py Updated glue script to work relative to script dir, then regenerated single header 2011-06-28 08:38:55 +01:00

README

See the wiki at: https://github.com/philsquared/Catch/wiki