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 dea778138e Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows 2011-02-16 18:58:15 +00:00
Test Refactored self-test - doesn't need so many supporting classes 2011-02-09 09:08:10 +00:00
internal Renamed DebugBreak to avoid collision and implemented in terms of __debugbreak() on Windows 2011-02-16 18:58:15 +00:00
runners/iTchRunner First cut of iOS test runner 2011-02-08 18:48:45 +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 Added wiki link to readme 2011-02-01 16:14:07 +00:00
catch.hpp Fixed more gcc warnings 2011-01-31 20:15:40 +00:00
catch_objc.hpp Some clean-up 2011-02-08 08:42:05 +00:00
catch_objc_main.hpp Some clean-up 2011-02-08 08:42:05 +00:00
catch_reporter_basic.hpp Improved reporting from self-test and basic reporter in general 2011-02-09 19:26:59 +00:00
catch_reporter_junit.hpp Fixed most pedantic warnings 2011-01-31 10:10:20 +00:00
catch_reporter_xml.hpp Multiple generators working and factored out a bit better 2011-01-27 22:29:36 +00:00
catch_runner.hpp Added some headers to fix build on some gcc versions 2011-02-04 09:30:36 +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

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