/** \mainpage \section _history History The first port of JUnit to C++ was done by Michael Feathers. His versions can be found on the XProgramming software page. They are os-specific, so Jerome Lacoste provided a port to Unix/Solaris. His version can be found on the same page. The %CppUnit project has combined and built on this work. \section _usage Usage Take a look into the \ref cppunit_cookbook. It gives a quick start into using this testing framework. Modules give you a organized view of %CppUnit classes. For a discussion on %CppUnit, check the WikiWiki Pages on CppUnit. There you can also find the original versions and various ports to other OSses and languages. \section _license License This library is released under the GNU Lesser General Public License. \author Eric Sommerlade (sommerlade@gmx.net) \author Michael Feathers (mfeathers@objectmentor.com) \author Jerome Lacoste (lacostej@altern.org) \author J.E. Hoffmann \author Baptiste Lepilleur \author Bastiaan Bakker \author Steve Robbins */ /*! \defgroup WritingTestFixture Writing test fixture */ /*! \defgroup Assertions Making assertions */ /*! \defgroup CreatingTestSuite Creating TestSuite */ /*! \defgroup ExecutingTest Executing test */ /*! \defgroup TrackingTestExecution Tracking test execution */ /*! \defgroup WritingTestResult Writing test result */ /*! \defgroup BrowsingCollectedTestResult Browsing collected test result */ /*! \defgroup CreatingNewAssertions Creating custom assertions */