summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix QTest::qExec crash with no command line argumentsJeremy Lainé2012-09-081-1/+2
* Remove qWaitForWindowShown(QWindow*) overload.Stephen Kelly2012-08-231-12/+0
* fix some QTest documentationJeremy Katz2012-08-211-6/+6
* QtTestLib: use new qEnvironmentVariableIsEmpty()Marc Mutz2012-08-141-7/+10
* Add QSignalSpy::wait() method.David Faure2012-07-251-1/+1
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-19/+48
* Remove QWS references from testlibGirish Ramakrishnan2012-06-211-4/+0
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-1/+1
* Doc: Modularize QtTest documentation.Casper van Donderen2012-05-091-27/+27
* Update QTest::QTouchEventSequence docsLaszlo Agocs2012-04-251-4/+74
* Use the new QMetaMethod API in testlibKent Hansen2012-03-211-11/+7
* testlib: Remove obsolete internal compare_helper overload.Jason McDonald2012-03-211-15/+0
* Merge master into api_changesKent Hansen2012-03-191-1/+32
|\
| * Fix broken qWaitForWindowShown() behaviorCharles Yin2012-03-161-1/+32
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-121-15/+34
|\|
| * testlib: Improve verbose and XPASS outputJason McDonald2012-03-081-15/+28
| * testlib: Document a known limitation of QFINDTESTDATA.Jason McDonald2012-03-081-0/+6
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-25/+27
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-20/+20
| * testlib: Improve documentation of verbose test logging options.Jason McDonald2012-03-021-5/+7
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-5/+6
|/
* testlib: Improve the silent logging modeJason McDonald2012-02-281-1/+1
* QtTest: add missing \since 5.0 to the new macrosDavid Faure2012-02-271-0/+6
* CodeCoverage: Move installCoverageTool call.Caroline Chao2012-02-221-3/+3
* replace 'const QChar &' with 'QChar ' where appropriateKonstantin Ritt2012-02-211-1/+1
* testlib: Report one test result per benchmark test.Jason McDonald2012-02-201-13/+26
* testlib: Skip test function if init() fails.Jason McDonald2012-02-171-1/+1
* Remove code related to test location.Jason McDonald2012-02-161-8/+0
* Fix compilation with MinGWJonathan Liu2012-02-151-1/+5
* Add missing crtdbg.h includeJonathan Liu2012-02-131-0/+3
* testlib: Count passes, fails and skips consistently.Jason McDonald2012-02-131-2/+7
* CodeCoverage: Handle QTest based subtests.Caroline Chao2012-02-121-2/+11
* Disable Assertion messagebox for unittests.Andreas Holzammer2012-02-081-0/+1
* testlib: Clear expected failures after every data row.Jason McDonald2012-02-081-0/+2
* CodeCoverage: Save coverage data in QTestLog::stopLogging()Caroline Chao2012-02-071-20/+5
* Revert "Revert "Blow up earlier when adding test rows without columns.""Robin Burchell2012-01-311-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Eliminate QTestResult::ignoreMessage().Jason McDonald2012-01-301-1/+1
* Revert "Blow up earlier when adding test rows without columns."Robin Burchell2012-01-231-1/+0
* Blow up earlier when adding test rows without columns.Robin Burchell2012-01-231-0/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Move pass/fail/skip counters from QTestResult to QTestLog.Jason McDonald2012-01-171-2/+2
* Tests: Remove duplicate QTRY_VERIFY/QTRY_COMPARE macros in bearer.Friedemann Kleint2012-01-101-10/+31
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* QTestLib: Fix QFINDTESTDATA for Windows.Friedemann Kleint2011-12-211-13/+27
* Avoid qDebug in verbose benchmark test output.Jason McDonald2011-12-161-2/+6
* Switch off signal dumper when testing is completed.Jason McDonald2011-12-161-0/+3
* Fix incorrect function name in assertion.Jason McDonald2011-12-151-1/+1
* Remove QTest::qt_snprintf() from testlib API.Jason McDonald2011-12-151-15/+0
* Improve QTest::keyClick documentation.Jason McDonald2011-12-151-7/+12