Phil Nash
|
2ddb9d3802
|
Completed CumulativeReporterBase and reimplemented JUnitReporter in terms of it
|
2013-08-15 18:39:55 +01:00 |
|
Phil Nash
|
f3d1f08c3b
|
Removed all trailing whitespace
- addresses #105
|
2013-07-03 19:14:59 +01:00 |
|
Phil Nash
|
bf37e6879a
|
Removed use of compiler specific techniques for denoting non-returning functions
- use if( Catch::isTrue( true) ) to guard throws instead
|
2013-04-23 20:52:49 +01:00 |
|
Phil Nash
|
2a9d8d9e36
|
Changed "const X ref"s to "X const ref"s
- Brought older code up to current convention (with the help of a Python script)
|
2013-04-23 18:58:56 +01:00 |
|
Phil Nash
|
2c90533a26
|
More formatting/ colour tweaks
|
2013-04-01 11:25:54 +01:00 |
|
Phil Nash
|
6ba2057abd
|
refactored toLower
|
2013-03-22 19:00:42 +00:00 |
|
Phil Nash
|
17479c6e49
|
Tag and test case name querying are now case insensitive
|
2013-03-12 18:47:53 +00:00 |
|
Phil Nash
|
e57a56bb28
|
Converted tabs to spaces in some files where they have crept back in
|
2013-03-08 09:26:20 +00:00 |
|
Phil Nash
|
3682433c2f
|
console_reporter refactoring
|
2013-01-18 17:50:21 +00:00 |
|
Phil Nash
|
42aef1d99c
|
Fairly major reworking of console reporter (still in progress).
Changed reporter interface a bit.
|
2013-01-13 21:51:44 +00:00 |
|
Phil Nash
|
6f2343bf64
|
Sections use vector instead of a map
Uses brute-force search, but only ever for small vectors
|
2012-11-29 09:17:08 +00:00 |
|
Phil Nash
|
81cb69ef18
|
AssertionInfo captures more info (for test cases and sections)
|
2012-11-04 21:09:22 +00:00 |
|
Phil Nash
|
a4e088c999
|
Removed __FUNCTION__ from SourceLineInfo
|
2012-11-02 08:29:03 +00:00 |
|
Phil Nash
|
e04e74f896
|
More AssertionResult refactoring
|
2012-10-24 21:59:47 +01:00 |
|
Phil Nash
|
4c97fc5619
|
WIldcards at both ends
|
2012-08-24 08:23:50 +01:00 |
|
Phil Nash
|
56d5c42912
|
First cut of new filtering mechanism
|
2012-08-23 20:08:50 +01:00 |
|
Phil Nash
|
a695eb9006
|
Builds almost completely cleanly with -WEverything in LLVM
|
2012-08-13 07:46:10 +01:00 |
|
Phil Nash
|
02006d85d7
|
Disabled use of __FUNCTION__ for now
|
2012-07-05 23:12:22 +01:00 |
|
Phil Nash
|
abf271672f
|
Added NotImplementedException
|
2012-07-05 18:37:58 +01:00 |
|
Phil Nash
|
163088a11f
|
Refactored command line parser to be more cohesive
Also added a set of unit tests for them (incomplete)
|
2012-05-31 19:40:26 +01:00 |
|
Phil Nash
|
d0be9ed5d9
|
More reformatting
|
2012-05-15 08:02:36 +01:00 |
|
Phil Nash
|
8d69208a58
|
Fixed some warnings
As referenced in GitHub issue #83
|
2012-05-11 19:05:53 +01:00 |
|
Phil Nash
|
d06dcedfdc
|
Some more reformatting.
Also fixed some warnings
|
2012-05-09 08:17:51 +01:00 |
|
Phil Nash
|
5d1c8f2c6d
|
Replaced all file/ line pairings with SourceLineInfo
|
2012-05-08 19:16:18 +01:00 |
|
Phil Nash
|
7b449f7abe
|
Ability to register line# for testing
Factored file/ line storage and formatting into common class.
Used in a static registry so failure messages can be asserted to have the file/ line in.
|
2012-02-15 08:20:06 +00:00 |
|
Wichert Akkerman
|
6d18d4b189
|
Fix compiler warnings
Fix base classes without virtual destructors and missing initialisors.
|
2011-09-23 10:03:52 +02:00 |
|
Phil Nash
|
823ea3efd4
|
Re-org
|
2011-04-26 08:32:40 +01:00 |
|