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 455c2998a0 Only report test case once for all sections within it 2011-01-19 19:30:01 +00:00
Test Started adding support for isolated sections 2011-01-19 08:52:25 +00:00
internal Only report test case once for all sections within it 2011-01-19 19:30:01 +00:00
.gitignore Move the Xcode project around a bit 2010-11-13 09:39:45 +00:00
LICENSE_1_0.txt First commit for GitHub 2010-11-09 23:24:00 +00:00
README First commit for GitHub 2010-11-09 23:24:00 +00:00
catch.hpp Incremental naming for annonymous test cases 2011-01-18 20:09:21 +00:00
catch_objc.hpp Auto registers OC Classes 2010-11-16 07:00:08 +00:00
catch_objc_main.hpp Moved boilerplate main for obj bindings into header 2010-12-28 22:43:32 +00:00
catch_reporter_basic.hpp Reformatted basic reporter signatures 2011-01-14 08:30:17 +00:00
catch_reporter_junit.hpp Keep stack of runners and pass success/ fail count to EndTestCase 2011-01-14 08:26:58 +00:00
catch_reporter_xml.hpp Allow output stream to be specified on the command line 2011-01-18 09:20:06 +00:00
catch_runner.hpp Cleaned up config class a bit 2011-01-18 19:49:00 +00:00
catch_with_main.hpp Renamed catch_default_main.hpp to catch_with_main.hpp 2011-01-18 19:52:19 +00:00

README