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 |
|