Commit Graph

  • 9d1259273f Added some headers to fix build on some gcc versions Phil Nash 2011-02-04 09:30:36 +00:00
  • cf7b6881c9 Some layout reformatting. I think everything is in my preferred style now Phil Nash 2011-02-03 20:00:46 +00:00
  • d16ce74dbb Fixed compiler error for gcc on Linux (reported by Tryneus - thanks) Phil Nash 2011-02-02 19:45:59 +00:00
  • 4663a9c0ef Added wiki link to readme Phil Nash 2011-02-01 16:14:07 +00:00
  • 0847a0fa89 Fixed OC bindings project following recent changes Phil Nash 2011-02-01 16:09:18 +00:00
  • d1ee964f5d Fixed more gcc warnings Phil Nash 2011-01-31 20:15:40 +00:00
  • db378d8939 Fixed most pedantic warnings Phil Nash 2011-01-31 10:10:20 +00:00
  • 44488f6331 Some formating clean-up Phil Nash 2011-01-28 18:56:26 +00:00
  • d944e69b18 Moved generator tests into their own file Phil Nash 2011-01-28 18:48:32 +00:00
  • ffcde2dd0e Fixed self test Phil Nash 2011-01-28 10:22:36 +00:00
  • bf4a4312b4 Extracted generator impl code out of Hub Phil Nash 2011-01-28 10:18:23 +00:00
  • fe67902de1 Removed some cruft Phil Nash 2011-01-28 10:10:05 +00:00
  • 5cad9d5a86 Multiple generators working and factored out a bit better Phil Nash 2011-01-27 22:29:36 +00:00
  • c2b96d7ddb First cut of generators Phil Nash 2011-01-26 23:23:33 +00:00
  • 455c2998a0 Only report test case once for all sections within it Phil Nash 2011-01-19 19:30:01 +00:00
  • 6a6b346731 Removed OutputDebugString support until I can test it on a Windows machine Phil Nash 2011-01-19 19:20:56 +00:00
  • 5108821199 Removed OutputDebugString support until I can test it on a Windows machine Phil Nash 2011-01-19 19:19:06 +00:00
  • ae307b000a Started adding support for isolated sections Phil Nash 2011-01-19 08:52:25 +00:00
  • 2b05dfaf05 Incremental naming for annonymous test cases Phil Nash 2011-01-18 20:09:21 +00:00
  • dd7f13ccbb Added ANON_TEST_CASE() macro Phil Nash 2011-01-18 19:54:51 +00:00
  • 9ca0988e0f Renamed catch_default_main.hpp to catch_with_main.hpp Phil Nash 2011-01-18 19:52:19 +00:00
  • bfc1ee6c62 Cleaned up config class a bit Phil Nash 2011-01-18 19:49:00 +00:00
  • 2885339287 Allow output stream to be specified on the command line Phil Nash 2011-01-18 09:20:06 +00:00
  • 925409d7e9 Added self test to project Phil Nash 2011-01-14 16:21:53 +00:00
  • 6c010e25d9 A single embedded runner instance can now be used for multiple nested runs, with results reset between each. Meta test runner looking very clean now. Phil Nash 2011-01-14 16:21:11 +00:00
  • 684baf1053 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ Phil Nash 2011-01-14 08:47:43 +00:00
  • f36d777343 Replaced dodgy self-test code with slightly less dodgy self test meta test cases Phil Nash 2011-01-14 08:38:46 +00:00
  • f063c2ae2a Reformatted basic reporter signatures Phil Nash 2011-01-14 08:30:17 +00:00
  • 4b162c1341 Keep stack of runners and pass success/ fail count to EndTestCase Phil Nash 2011-01-14 08:26:58 +00:00
  • b81e0b9e9c Some code clean-up Phil Nash 2011-01-11 19:48:48 +00:00
  • 1172d26705 Added some specialisations for toString Phil Nash 2011-01-11 09:21:23 +00:00
  • 263c046b84 Refactored more into Hub Phil Nash 2011-01-11 09:13:31 +00:00
  • fd58d48665 Some more refactoring/ cleaning of test case files Phil Nash 2011-01-07 19:57:32 +00:00
  • 95627c40cf split test registry code out Phil Nash 2011-01-07 10:22:24 +00:00
  • 430733c918 Moved test case registry into hub Phil Nash 2011-01-07 10:01:40 +00:00
  • a65f210cb2 Changed some std::string args to char* to improve compile time Phil Nash 2011-01-07 09:38:32 +00:00
  • 896a04f5e8 More project refactoring Phil Nash 2011-01-05 21:16:54 +00:00
  • e0d530c22c Project refactoring Phil Nash 2011-01-05 21:14:29 +00:00
  • b87a16d11a Fixed TestMain after recent refactorings Phil Nash 2011-01-05 21:07:20 +00:00
  • 4220fb6267 Added missing #includes Phil Nash 2011-01-05 21:04:13 +00:00
  • b47139d245 tweaked list enum Phil Nash 2011-01-01 00:37:49 +00:00
  • 92f3b9398b Project update Phil Nash 2011-01-01 00:31:30 +00:00
  • e24ad7db6e Renamed runnerconfig file -> config Phil Nash 2011-01-01 00:29:58 +00:00
  • 5a262b7d2d Project clean-up Phil Nash 2011-01-01 00:26:20 +00:00
  • 949d9ead04 Renamed RunnerConfig to just Config (now its the only one) Phil Nash 2011-01-01 00:20:14 +00:00
  • 50712a34c3 Folded ReporterConfig into RunnerConfig Phil Nash 2011-01-01 00:18:35 +00:00
  • aca80a171b moved impl of hub out into hub_impl - only #included from runner. Phil Nash 2010-12-31 22:54:35 +00:00
  • 18e32b9b9f Only Hub #includes report_registry. Seperated reporter registrars from registry. Phil Nash 2010-12-31 22:46:51 +00:00
  • 764229ac4e ReporterRegistry now fully aggregated by Hub Phil Nash 2010-12-31 22:21:36 +00:00
  • e846e0744d Refactored reporter related code into interface based design Phil Nash 2010-12-31 22:07:47 +00:00
  • 6ea8f298a4 First step to refactoring ResultsCapture into pure calls onto IResultListener interface Phil Nash 2010-12-31 20:49:58 +00:00
  • 245be004fe Tweak to reporter registrar to make sure generated name is unique Phil Nash 2010-12-31 16:12:48 +00:00
  • 27fdf01b76 Added help option Phil Nash 2010-12-30 18:51:02 +00:00
  • c60156ad11 more commane line tidy up Phil Nash 2010-12-30 18:28:56 +00:00
  • dc53c3a93f Tidied command line a little Phil Nash 2010-12-30 18:24:22 +00:00
  • 763d5c368a Fixed warning about copy ctor Phil Nash 2010-12-29 23:18:16 +00:00
  • 4b8e3fca32 Fixed some more warnings Phil Nash 2010-12-29 23:13:22 +00:00
  • 04ecced419 Moved boilerplate main for obj bindings into header Phil Nash 2010-12-28 22:43:32 +00:00
  • 9a79ee7958 Cleaned up some more warnings Phil Nash 2010-12-28 17:21:29 +00:00
  • 3000f6a3b1 Merge remote branch 'socketpuppet/master' Phil Nash 2010-12-28 17:18:06 +00:00
  • 9dfb8157a0 Allow tests including catch to compile with g++ flags -Wall and -Werror. Michael Mortensen 2010-12-28 15:42:46 +01:00
  • 36ff7ba720 Fixes to the self test Phil Nash 2010-12-28 14:41:57 +00:00
  • 4aa36f6071 Changed initialization order to avoid some warnings when compiling with g++. Michael Mortensen 2010-12-28 15:17:27 +01:00
  • 1b96cec8f2 Fixed bug with listing test cases Phil Nash 2010-12-28 13:31:22 +00:00
  • 01f3dfffbc Fixed OCTest project to use new REQUIRE macro Phil Nash 2010-12-27 22:37:51 +00:00
  • 034c8b6248 INFO()s are only cleared by failures or end of test case Phil Nash 2010-12-27 22:18:33 +00:00
  • 89c464709e INFO() now works correctly Phil Nash 2010-12-27 22:05:13 +00:00
  • a36b8d0779 Added facility to write self-registering test cases as methods Phil Nash 2010-12-27 20:51:06 +00:00
  • 7abc6365a9 Added file for DebugBreak to project Phil Nash 2010-12-27 20:50:30 +00:00
  • 53da26eef1 Added ability to break into debugger on Windows and Mac Phil Nash 2010-12-27 20:49:19 +00:00
  • 0025668584 Added streaming to message macros and added scoped info Phil Nash 2010-12-27 11:09:34 +00:00
  • b3ef7fc0f2 Added nested sections test Phil Nash 2010-12-15 19:36:39 +00:00
  • aae41833b0 Fixed comment Phil Nash 2010-12-14 09:05:51 +00:00
  • a2d20951a2 changed macro names: EXPECT -> REQUIRE, *_NOT -> *_FALSE Phil Nash 2010-12-14 09:00:09 +00:00
  • de77ff3b29 Some tidy up Phil Nash 2010-12-10 20:06:54 +00:00
  • 68eec929e4 Refactored xml reporter in terms of xmlwriter and filled out new events Phil Nash 2010-12-10 20:01:40 +00:00
  • a35e4b5670 Some clean-up and a little more JUnit implementation Phil Nash 2010-12-10 08:18:06 +00:00
  • 0ab4432025 First draft of Junit reporter Phil Nash 2010-12-10 08:01:42 +00:00
  • ce319b79e5 stdout/ stderr capturing Phil Nash 2010-11-30 06:48:21 +00:00
  • 9a703f73d4 Tidy up after merge mess Phil Nash 2010-11-29 22:52:27 +00:00
  • fa9f970890 fixed merge Phil Nash 2010-11-29 22:33:48 +00:00
  • ceab2a63bd merge Phil Nash 2010-11-29 19:48:37 +00:00
  • e6b2b0e656 Implemented more reporter methods and started to fill out Section impl Phil Nash 2010-11-29 19:40:44 +00:00
  • 388e9ffde6 Some work on sections Phil Nash 2010-11-19 08:30:45 +00:00
  • 5f43a43662 Fixed broken meta-test Phil Nash 2010-11-16 19:48:05 +00:00
  • 7d1ce5fade toString() now works with non-specialised non-streamable types Phil Nash 2010-11-16 19:30:41 +00:00
  • f59ecbcad6 Auto registers OC Classes Phil Nash 2010-11-16 07:00:08 +00:00
  • d52f61cc67 first cut of ObjC bindings Phil Nash 2010-11-14 22:47:30 +00:00
  • 635216e2c6 Move the Xcode project around a bit Phil Nash 2010-11-13 09:39:45 +00:00
  • 3d6fa68970 Moved catch_runnerconfig.hpp into internal Phil Nash 2010-11-12 19:55:53 +00:00
  • c6177be3bc Moved catch_runnerconfig.hpp into internal Phil Nash 2010-11-12 19:52:36 +00:00
  • 0c65b0a2ec Fixed project after file rename Phil Nash 2010-11-12 19:39:13 +00:00
  • d8aa843c7d Added Visual Studio project and fixed up some warnings showing in VS Phil Nash 2010-11-12 19:32:13 +00:00
  • 7e8cfa714f more portability fixes Phil Nash 2010-11-12 08:12:01 +00:00
  • 9e4708371e some portability fixes (thanks to Sam Saariste) Phil Nash 2010-11-11 20:56:38 +00:00
  • 7d71e9b431 #include and newline fixes from Björn Fahller Phil Nash 2010-11-11 20:42:16 +00:00
  • 92f2d32f74 Fixed leak Phil Nash 2010-11-11 20:37:46 +00:00
  • 5cf94a8043 Allow -s to be used to show successful results in test harness Phil Nash 2010-11-11 07:30:44 +00:00
  • c435f4c42b Test cases all succeed again Phil Nash 2010-11-11 07:22:46 +00:00
  • 48a70220a3 Detect and warn about overly complex expressions Phil Nash 2010-11-11 07:21:57 +00:00