These projects are retired. The development has stopped and we don't provide support for them anymore.
QtUnit
Software development testing framework
GNU General Public License (GPL)
overview | download | changelog | mailing lists | issue tracker
2002-09-05 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.8
* src/framework/TestProject.cpp : fix to correctly load projects
with multiple modules
* src/guirunner/GuiMainwindow.cpp : fix to correctly display
projects with multiple modules
2002-04-11 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.7
* general : added copyright statement to all source files
* general : changed namespace to com_uwyn_qtunit, sorry for the
inconvenience
* general : added German translation, thanks to Thomas Schneider
<thomas.b.schneider@web.de>
2002-03-15 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.6
* general : fixes to make it compile cleanly with gcc 3.0.4
2002-03-04 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.5
* src/guirunner : made the gui multi-threaded instead of using timers
* src/framework/TestCase.cpp : turned custom messages into prepended
comments, the real error message now also follows afterwards
* src/framework/TestCase.h : made setUp() and tearDown() methods virtual
* src/framework/TestRunner.cpp : forgot to execute the tearDown() method in
the testrunner, doh!
2002-02-28 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.4
* src/framework/TestCase.{cpp,h} : added support for custom messages
through the new macros qassertTrueMsg, qassertEqualsMsg,
qassertEqualsDeltaMsg, qassertNotEqualsMsg, qassertNotEqualsDeltaMsg
* src/framework/TestCase.{cpp,h} : added support for uint and ulong to the
assertions
2002-01-21 Geert Bevin <gbevin[remove] at uwyn dot com>
* general : fixed compilation probs with gcc 3.0.3
2002-01-18 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.3
* general : fixed some spelling errors
2002-01-16 Geert Bevin <gbevin[remove] at uwyn dot com>
* src/framework/TestCase.{cpp,h} : added assertNotEquals and
a corresponding macro qassertNotEquals, idem for
assertNotEqualsDelta
2002-01-15 Geert Bevin <gbevin[remove] at uwyn dot com>
* src/framework/TestCase.{cpp,h} : added assertEquals for
'const char *' types
2002-01-12 Geert Bevin <gbevin[remove] at uwyn dot com>
* general : fixed compilation problems under windows with Borland
and Microsoft compilers
2002-01-11 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.2
* samples/testmodule/ExampleTestCase.{cpp,h} : more relevant
example testcase
* src/framework/TestRunner.cpp : better reporting in case of
system exceptions
* src/framework/TestCase.{cpp,h} : better support for detection of
the testcases filename
* src/guirunner : implemented new view of registered tests, the
classname is now shown as a seperate listitem and the test
themselves only display the test method name. Test class list
items are collapsible to make it easier to work with a lot of test
cases.
2002-01-10 Geert Bevin <gbevin[remove] at uwyn dot com>
* src/framework/TestUnit.{h,cpp} : inherited from QObject to make
it possible to use signals and slots in testcases and testsuites
2002-01-09 Geert Bevin <gbevin[remove] at uwyn dot com>
* src/framework/TestRunner.cpp : show the description of an error
as the text that's been returned from std::exception instead of
<unknown>
* general : replaced NULL by 0
* general : added French translation
2002-01-08 Geert Bevin <gbevin[remove] at uwyn dot com>
* released v0.9.1
* src/guirunner/GuiErrorListToolTip.cpp : implemented custom
tooltips that show the contents of an error listview item
* src/guirunner/GuiMainwindow.cpp : setup the error listview to
display custom tooltips over the errors
2002-01-07 Geert Bevin <gbevin[remove] at uwyn dot com>
* src/guirunner/GuiMainwindow.cpp : clean stats window when a new
project is loaded.
* general : added support for be_theleaf_qtunit namespace
2002-01-03 Geert Bevin <gbevin[remove] at uwyn dot com>
* src/framework/TestModule.cpp: fixed cleanup order of a loaded
library and its associated testsuite.