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 b3ef7fc0f2 Added nested sections test 2010-12-15 19:36:39 +00:00
Test Added nested sections test 2010-12-15 19:36:39 +00:00
internal Some tidy up 2010-12-10 20:06:54 +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 changed macro names: EXPECT -> REQUIRE, *_NOT -> *_FALSE 2010-12-14 09:00:09 +00:00
catch_default_main.hpp First commit for GitHub 2010-11-09 23:24:00 +00:00
catch_objc.hpp Auto registers OC Classes 2010-11-16 07:00:08 +00:00
catch_reporter_basic.hpp Some tidy up 2010-12-10 20:06:54 +00:00
catch_reporter_junit.hpp Some tidy up 2010-12-10 20:06:54 +00:00
catch_reporter_xml.hpp Refactored xml reporter in terms of xmlwriter and filled out new events 2010-12-10 20:01:40 +00:00
catch_runner.hpp Implemented more reporter methods and started to fill out Section impl 2010-11-29 19:40:44 +00:00

README