Commit Graph

15 Commits

Author SHA1 Message Date
Phil Nash c70170e904 Reduce number of places getCurrentRunContext() is called 2015-11-20 08:31:17 +00:00
Phil Nash 6789dfa2ba catch_capture.hpp doesn't need to depend on catch_interfaces_capture.h 2015-11-19 18:37:39 +00:00
Phil Nash fdc8a2b2df Fully removed Context class
- responsibilities subsumed by RunContext
2015-11-19 18:30:03 +00:00
Phil Nash eea9357284 Removed IRunner (rolled into IRunContext) 2015-11-19 17:53:21 +00:00
Phil Nash 73968f29a5 ResultCapture -> RunContext 2015-11-19 17:45:56 +00:00
Phil Nash b77b45a390 Some RunContext clean-up 2015-11-19 07:35:35 +00:00
Phil Nash e55273db19 Removed old generators implementation (and tests) 2015-11-18 19:19:17 +00:00
Phil Nash e91738103c Stripped trailing whitespace from all source code lines
(replaces need for PRs #310 and #504)
2015-11-04 18:04:15 +00:00
Phil Nash f5642be7b4 Fixed reversed logic of NoAssertions warning check
(that explains the previous regressions)
2015-11-03 17:05:08 +00:00
Phil Nash bc8840cbb8 Removed deprecated section tracking implementation and tests 2015-11-03 07:38:14 +00:00
Phil Nash aa49823bc0 perform startRun() at the start of each test case 2015-11-03 07:29:23 +00:00
Phil Nash 52a417df7b Fitted new section tracking 2015-11-02 19:21:46 +00:00
Phil Nash a0de07d45b Some small clean-ups and refactorings
- removed previous instance saves in RunContext (they were a hang-over from embedded contexts)
- started cleaning up config usage
2015-09-28 01:09:06 -07:00
Phil Nash 166ca2e819 Do uncaught_exception checking before calling sectionEnded
- split the uncaught handling (adding to unfinishedSections) into separate method
2015-09-26 18:12:21 -07:00
Phil Nash 4cb74761d9 Support for multiple reporters
- can't (yet) specify different targets for each reporter (e.g. different files)
2015-08-05 19:02:17 +01:00