= Compatibility with CppUnit 1.x =

 CppUnit2 is implemented in a different namespace (Cpp``UT). This allows a compatibility layer to be created, as well as having both frameworks cohabiting. 

 It should be possible to build a compatibility layer for test fixtures, assertions, auto registration, hence preserving most of the written test code. Most of the remaining code written against other would like need to be ported (test listener, test registry, test runner, test context...).
