summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove the hacked version of qtestlib from the sourcespatched-qtRhys Weatherley2011-02-1768-17494/+0
|
* Make QtQuickTest compile with qtestlib in QtRhys Weatherley2011-02-176-15/+14
|
* Convert documentation to new qdoc styleRhys Weatherley2011-02-1556-2571/+2347
|
* Make it possible to use QtQuickTest with QtQuick2Rhys Weatherley2011-02-154-86/+201
|
* Changed explicit Qt version from 4.7 to 4.7.1René Hansen2011-01-281-1/+1
| | | | | | Error when trying to build against latest SDK with Qt 4.7.0: qtest-qml/src/qmltestrunner/../../lib/libQtQuickTest.so: undefined reference to `QDeclarativeDebugHelper::getScriptEngine(QDeclarativeEngine*)'
* Added try catch around JSON.stringifySascha Kolewa2011-01-101-1/+5
| | | | avoids stopped tests due to exceptions in formatting
* Added Qt headers, replace import Qt with import QtQuickSascha Kolewa2011-01-102-2/+84
|
* Merged Extend_compare_for_objects_and_arraysSascha Kolewa2011-01-101-0/+7
|
* Merge branch 'Extend_compare_for_objects_and_arrays'Sascha Kolewa2011-01-103-16/+1540
|\
| * Added test cases (also taken from http://philrathe.com)Extend_compare_for_objects_and_arraysSascha Kolewa2010-12-213-33/+1390
| |
| * Added function to compare objectsSascha Kolewa2010-12-211-30/+116
| | | | | | | | | | | | Taken over quite some object comparison functionality from QUnit or http://philrathe.com/articles/equiv to compare different types of Javascript objects
| * Added object comparison to TestCase QML classSascha Kolewa2010-12-213-13/+82
| |
| * Merge branch 'master' of git://scm.dev.nokia.troll.no/research/qtest-qml ↵Sascha Kolewa2010-12-209-33/+240
| |\ | | | | | | | | | into Extend_compare_for_objects_and_arrays
| * | Test case for objectsSascha Kolewa2010-12-201-0/+12
| | |
* | | Remove support for tests in qrc resources.Rhys Weatherley2011-01-041-16/+1
| |/ |/|
* | Run named test functions from the command-lineRhys Weatherley2010-12-164-2/+55
| | | | | | | | Data tags are not currently supported.
* | Print the available tests when -functions suppliedRhys Weatherley2010-12-162-1/+30
| |
* | Store test function names from the command-lineRhys Weatherley2010-12-163-6/+107
| |
* | Improve verbose output modeRhys Weatherley2010-12-163-10/+20
| |
* | qdoc fixesRhys Weatherley2010-12-161-4/+4
| |
* | Fix expectFail() example and clarify documentationRhys Weatherley2010-12-163-12/+26
|/
* Add a SignalSpy item for watching signalsRhys Weatherley2010-12-158-3/+357
|
* Fix whitespace issuesRhys Weatherley2010-12-152-2/+2
|
* Deprecate running tests from resourcesRhys Weatherley2010-12-155-49/+40
| | | | | | Too much house-keeping is needed to run tests from resources, so start the process of removing support to discourage the creation of poor test harnesses.
* Remove "file://" prefix from filenames in the logsRhys Weatherley2010-12-151-10/+19
|
* Report QML compile errors in the logRhys Weatherley2010-12-151-7/+15
|
* Fix style problemRhys Weatherley2010-12-141-1/+1
|
* Simulation of keyboard and mouse eventsRhys Weatherley2010-12-147-0/+626
|
* Make buttonclick test name consistent with filenameRhys Weatherley2010-12-141-1/+1
|
* Add some self tests for QtQuickTestRhys Weatherley2010-12-132-12/+319
|
* Better documentation for optional parametersRhys Weatherley2010-12-131-23/+15
|
* Minor typoRhys Weatherley2010-12-101-1/+1
|
* Add url of the external source repoRhys Weatherley2010-12-101-1/+3
|
* Convert the documentation into qdoc formRhys Weatherley2010-12-1041-318/+4504
| | | | Use "make docs" to generate the documentation under "doc/html".
* Document the TestCase element using qdoc syntaxRhys Weatherley2010-12-102-0/+515
|
* Prefix internal identifiers with "qtest_"Rhys Weatherley2010-12-101-105/+104
|
* Better handling for uncaught exceptionsRhys Weatherley2010-12-101-1/+2
|
* Fix for INCLUDEPATH in quicktestlib.pro fileRhys Weatherley2010-12-101-0/+1
|
* Merge branch 'master' of scm.dev.nokia.troll.no:research/qtest-qmlDaniel Pope2010-12-106-2/+139
|\
| * Add a stand-alone test runner for QML unit testsRhys Weatherley2010-12-104-1/+90
| | | | | | | | | | Usage: "qmltestrunner -input testdir" where "testdir" contains the QML unit tests to be executed.
| * Handle import paths in the test harnessRhys Weatherley2010-12-103-1/+49
| | | | | | | | | | The -import option can be supplied to the test harness to add extra import directories.
* | Windows-ification of the QML test framework... In summary:Daniel Pope2010-12-102-4/+3
|/ | | | | | | | - added QtScript dependency - fix a dllimport related typo - remove automatic building of debug AND release for one of the projects (I don't want a release build in debug mode, and vice-versa). Happy testing one and all.
* Add benchmark support to the QML test frameworkRhys Weatherley2010-12-096-4/+339
| | | | | Test functions called "benchmark_foo()" will be run as benchmarks inside an implicit QBENCHMARK {} block.
* QTEST_QUICK -> QUICK_TESTRhys Weatherley2010-12-096-22/+22
|
* Move headers to QtQuickTest directoryRhys Weatherley2010-12-097-9/+9
| | | | | This should help make the user application code and the example code the same.
* QDeclarative -> QuickTest for the test classesRhys Weatherley2010-12-098-79/+79
|
* Fix program name in warning messageRhys Weatherley2010-12-091-1/+1
|
* Install qmltestcase.prf for user applicationsRhys Weatherley2010-12-093-1/+40
|
* Use QtQuickTest as the uniform name for the moduleRhys Weatherley2010-12-0916-47/+47
|
* Add Copyright license files and headersRhys Weatherley2010-12-088-27/+1751
|