Commit Graph

48 Commits

Author SHA1 Message Date
Phil Nash 2885339287 Allow output stream to be specified on the command line 2011-01-18 09:20:06 +00:00
Phil Nash 925409d7e9 Added self test to project 2011-01-14 16:21:53 +00:00
Phil Nash 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. 2011-01-14 16:21:11 +00:00
Phil Nash 684baf1053 Don't run tests starting with ./ by default. Changed all low-level self tests to be in ./ 2011-01-14 08:47:43 +00:00
Phil Nash f36d777343 Replaced dodgy self-test code with slightly less dodgy self test meta test cases 2011-01-14 08:38:46 +00:00
Phil Nash 263c046b84 Refactored more into Hub 2011-01-11 09:13:31 +00:00
Phil Nash fd58d48665 Some more refactoring/ cleaning of test case files 2011-01-07 19:57:32 +00:00
Phil Nash 95627c40cf split test registry code out 2011-01-07 10:22:24 +00:00
Phil Nash 896a04f5e8 More project refactoring 2011-01-05 21:16:54 +00:00
Phil Nash e0d530c22c Project refactoring 2011-01-05 21:14:29 +00:00
Phil Nash b87a16d11a Fixed TestMain after recent refactorings 2011-01-05 21:07:20 +00:00
Phil Nash 92f3b9398b Project update 2011-01-01 00:31:30 +00:00
Phil Nash 5a262b7d2d Project clean-up 2011-01-01 00:26:20 +00:00
Phil Nash aca80a171b moved impl of hub out into hub_impl - only #included from runner. 2010-12-31 22:54:35 +00:00
Phil Nash 04ecced419 Moved boilerplate main for obj bindings into header 2010-12-28 22:43:32 +00:00
Phil Nash 9a79ee7958 Cleaned up some more warnings 2010-12-28 17:21:29 +00:00
Phil Nash 36ff7ba720 Fixes to the self test 2010-12-28 14:41:57 +00:00
Phil Nash 01f3dfffbc Fixed OCTest project to use new REQUIRE macro 2010-12-27 22:37:51 +00:00
Phil Nash 034c8b6248 INFO()s are only cleared by failures or end of test case 2010-12-27 22:18:33 +00:00
Phil Nash 89c464709e INFO() now works correctly 2010-12-27 22:05:13 +00:00
Phil Nash a36b8d0779 Added facility to write self-registering test cases as methods 2010-12-27 20:51:06 +00:00
Phil Nash 7abc6365a9 Added file for DebugBreak to project 2010-12-27 20:50:30 +00:00
Phil Nash 0025668584 Added streaming to message macros and added scoped info 2010-12-27 11:09:34 +00:00
Phil Nash b3ef7fc0f2 Added nested sections test 2010-12-15 19:36:39 +00:00
Phil Nash aae41833b0 Fixed comment 2010-12-14 09:05:51 +00:00
Phil Nash a2d20951a2 changed macro names: EXPECT -> REQUIRE, *_NOT -> *_FALSE 2010-12-14 09:00:09 +00:00
Phil Nash 0ab4432025 First draft of Junit reporter 2010-12-10 08:01:42 +00:00
Phil Nash ce319b79e5 stdout/ stderr capturing 2010-11-30 06:48:21 +00:00
Phil Nash ceab2a63bd merge 2010-11-29 19:48:37 +00:00
Phil Nash e6b2b0e656 Implemented more reporter methods and started to fill out Section impl 2010-11-29 19:40:44 +00:00
Phil Nash 5f43a43662 Fixed broken meta-test 2010-11-16 19:48:05 +00:00
Phil Nash 7d1ce5fade toString() now works with non-specialised non-streamable types 2010-11-16 19:30:41 +00:00
Phil Nash f59ecbcad6 Auto registers OC Classes 2010-11-16 07:00:08 +00:00
Phil Nash d52f61cc67 first cut of ObjC bindings 2010-11-14 22:47:30 +00:00
Phil Nash 635216e2c6 Move the Xcode project around a bit 2010-11-13 09:39:45 +00:00
Phil Nash c6177be3bc Moved catch_runnerconfig.hpp into internal 2010-11-12 19:52:36 +00:00
Phil Nash 0c65b0a2ec Fixed project after file rename 2010-11-12 19:39:13 +00:00
Phil Nash d8aa843c7d Added Visual Studio project and fixed up some warnings showing in VS 2010-11-12 19:32:13 +00:00
Phil Nash 7e8cfa714f more portability fixes 2010-11-12 08:12:01 +00:00
Phil Nash 9e4708371e some portability fixes (thanks to Sam Saariste) 2010-11-11 20:56:38 +00:00
Phil Nash 92f2d32f74 Fixed leak 2010-11-11 20:37:46 +00:00
Phil Nash 5cf94a8043 Allow -s to be used to show successful results in test harness 2010-11-11 07:30:44 +00:00
Phil Nash c435f4c42b Test cases all succeed again 2010-11-11 07:22:46 +00:00
Phil Nash 48a70220a3 Detect and warn about overly complex expressions 2010-11-11 07:21:57 +00:00
Phil Nash 3d0fed768a Fixed a == 1 || b == 2 case 2010-11-10 19:18:46 +00:00
Phil Nash 16a6dd5746 Added note about ! operator 2010-11-10 07:59:07 +00:00
Phil Nash 3455e55538 Change some names to protect the ... reserved 2010-11-10 07:42:15 +00:00
Phil Nash d80260001b First commit for GitHub 2010-11-09 23:24:00 +00:00