QUnitTester is a Qt4 binary unit tester.
Everyone who uses JUnitTesting knows about the "green bar". Qt has great possibilities for Unit Testing but i missed the green bar.
If you want to know more about Unit Testing in Qt take a look at: http://doc.trolltech.com/4.2/qtestlib-manual.html
and http://doc.trolltech.com/4.2/qtestlib-tutorial.html
The software doesn't much yet. It only runs all tests...
INSTALL:
qmake (from qt 4, in (k)ubuntu for example qmake-qt4)
make
as root: make install
USAGE:
Write your testclass and compile it. Start the program and click on Test Binary...
Choose the compiled binary.
Click on start.