A simple C++ unit testing framework contained within a single header file. Minimal code is required for each new test.
Be the first to post a text review of QuickTest. Rate and review a project by clicking thumbs up or thumbs down in the right column.
* 3-26-08: Changed the test runner output from RUNNING/FINISHED TESTS to RUNNING/FINISHED UNIT TESTS to distinguish QuickTest output more easily from other output. * 3-20-08: Updated the copyright year in all license notices. * 4-13-06: Migrated from CVS to SVN on SourceForge. * 7-28-05: Replaced std::abs with fabs in QT_CHECK_CLOSE to avoid warnings in both gcc and Visual Studio. * 7-27-05: Fixed one more problem that caused gcc problems: using abs(double) was using the integer version of abs; using std::abs(double) fixed the problem. * 7-27-05: Fixed gcc compiler warning concerning the QT_CHECK_CLOSE macro (needed to cast parameters to doubles). Removed carriage return from QT_PRINT macro (users might not want each QT_PRINT on a new line).
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?