Changes between Version 5 and Version 6 of oss/lolunit
- Timestamp:
- Sep 8, 2011, 3:59:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
oss/lolunit
v5 v6 12 12 LolUnit offers the following features, which can also be seen as limitations if your requirements are very different from ours: 13 13 * comes as a single `.h` header 14 * does not require an external library 15 * does not require any information duplication16 * can be built with `-fno-exceptions -fno-rtti`14 * does not require an external library, everything is in the `.h` 15 * very resilient to user error: does not require any information duplication 16 * works on embedded or gaming platforms: can be usedwithout exceptions and/or RTTI 17 17 * formats its standard text output in the same way as CppUnit 18 18