Phil Nash
b54813e84e
First cut of ThreadContext (not plumbed in anywhere yet)
2016-06-06 20:06:21 +01:00
Phil Nash
fdc8a2b2df
Fully removed Context class
...
- responsibilities subsumed by RunContext
2015-11-19 18:30:03 +00:00
Phil Nash
73968f29a5
ResultCapture -> RunContext
2015-11-19 17:45:56 +00:00
Phil Nash
bde3567f3e
Cleaned up terminal colouring impl and added more config options
2014-10-21 07:24:30 +01:00
Phil Nash
b1936d3b0e
Calls method of FatalConditionHandler (to avoid warnings)
2014-10-02 18:28:45 +01:00
Phil Nash
05743eeaa1
FatalErrorConditions now full close reporter states
...
- so the console reporter(s) show final summary and the xml reporters close their tags
2014-08-22 19:33:28 +01:00
Phil Nash
c1a8e1c5dd
Added signal handlers (and placeholder for SEH handlers)
...
- based on PR 232 (https://github.com/philsquared/Catch/pull/232 - thanks Lukasz Forynski)
- Writes to reporter, so gets all the usual context, but then exits directly (since the stack cannot be resumed) so no summary
- On Windows does nothing, as yet.
2014-08-22 08:07:39 +01:00