Alex Cunningham
|
054a534f1c
|
Added virtual constructor to TEST_UNSAFE to pacify warnings
|
2011-09-22 15:12:34 +00:00 |
Frank Dellaert
|
fd20d3b865
|
added virtual destructor to avoid warnings
|
2011-09-03 15:36:44 +00:00 |
Alex Cunningham
|
778001f63e
|
assorted cleanup - mostly comments and adding implementations to cpp files, rather than in header files
|
2011-06-13 20:01:58 +00:00 |
Kai Ni
|
24d499039f
|
prepend license information on all the codes
|
2010-10-14 04:54:38 +00:00 |
Alex Cunningham
|
815d892806
|
Added TEST_UNSAFE to avoid exception checking in normal tests, as well as an assert_inequal() evaluation in TestableAssertions.h.
|
2010-08-30 20:54:12 +00:00 |
Alex Cunningham
|
3dfbb26bc7
|
Added new test structures that allow for nonfatal assertions: EXPECT, EXPECT_DOUBLES_EQUAL, EXPECT_LONGS_EQUAL. Use these to check several unrelated conditions in a test. testTupleConfig was updated to make use of the new test structures.
|
2010-08-06 14:23:12 +00:00 |
Alex Cunningham
|
cf2b3db5a6
|
Added CHECK_EXCEPTION() that can test whether an operation throws a specific exception, and used it in example tests
|
2010-07-20 14:51:00 +00:00 |
Alex Cunningham
|
7fc184eba4
|
Added the ability to check if an operation throws the correct exception
|
2010-07-16 19:53:53 +00:00 |
Alex Cunningham
|
7b85dc3ff4
|
CppUnitLite will now catch exceptions and tell you the error and the line number of the failing test. This is to avoid having to hunt for crashing tests out of a large battery of tests. Look at the results of the (still failing) wrap/testWrap for an example.
|
2010-07-16 19:30:38 +00:00 |
Richard Roberts
|
d80fa24a9f
|
Fixing directory structure
|
2009-08-21 22:23:24 +00:00 |