summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix referencesChristian Stenger2012-12-131-2/+3
* Fix missing code snippet in QTest doc.Christian Strømme2012-11-301-1/+1
* Merge branch 'newdocs'Eskil Abrahamsen Blomfeldt2012-11-201-5/+4
|\
| * Merge branch 'master' of ssh://codereview.qt-project.org/qt/qtbase into newdocsJerome Pasion2012-11-021-6/+10
| |\
| * | Doc: add landing page for Qt TestLeena Miettinen2012-11-021-5/+4
* | | Update mac-specific code in qtestlib for Qt5Liang Qi2012-11-021-13/+8
| |/ |/|
* | List possible matches when specifying invalid test function.Friedemann Kleint2012-10-291-6/+10
|/
* TestLib: Fix MinGW compile warningKai Koehne2012-09-281-1/+1
* QTestLib: clean up qCompare specialisation/overload mixMarc Mutz2012-09-231-6/+4
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* 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