qt6-bb10/src/testlib
Jędrzej Nowacki 2f90c4e40e Make QTest::newRow a bit more verbose if a data tag is null.
Currently QTest::newRow function expects to have correct tag string for
each test data. This was enforced by a simple assert. By adding a
an assert with message we might simplify debugging of a test that
generates test cases.

Change-Id: I84ebb397264c99e7bb46d281fd38583dd2d6964c
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
2011-11-16 10:32:10 +01:00
..
3rdparty Initial import from the monolithic Qt. 2011-04-27 12:05:43 +02:00
qabstracttestlogger.cpp Remove legacy Symbian code from qtestlib. 2011-10-24 05:00:44 +02:00
qabstracttestlogger_p.h Pass log file name when constructing loggers. 2011-09-05 06:33:07 +02:00
qasciikey.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmark.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmark.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qbenchmark_p.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkevent.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkevent_p.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkmeasurement.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkmeasurement_p.h Fix compiler warnings. 2011-10-27 16:35:12 +02:00
qbenchmarkmetric.cpp Fix various trivial formatting issues. 2011-09-01 08:39:37 +02:00
qbenchmarkmetric.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qbenchmarkmetric_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qbenchmarkvalgrind.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qbenchmarkvalgrind_p.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qplaintestlogger.cpp Remove legacy Symbian code from qtestlib. 2011-10-24 05:00:44 +02:00
qplaintestlogger_p.h Pass log file name when constructing loggers. 2011-09-05 06:33:07 +02:00
qsignaldumper.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qsignaldumper_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qsignalspy.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qsignalspy.qdoc Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtest.h Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtest_global.h Remove legacy Symbian code from qtestlib. 2011-10-24 05:00:44 +02:00
qtest_gui.h testlib: Remove widgets dependency when only using gui 2011-09-21 08:24:11 +02:00
qtestaccessible.h Refactor accessibility for Qt5 2011-09-29 13:32:59 +02:00
qtestassert.h Fix various trivial formatting issues. 2011-09-01 08:39:37 +02:00
qtestcase.cpp Make QTest::newRow a bit more verbose if a data tag is null. 2011-11-16 10:32:10 +01:00
qtestcase.h Remove legacy Symbian code from qtestlib. 2011-10-24 05:00:44 +02:00
qtestcoreelement_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestcorelist_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestdata.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtestdata.h Remove default params from QTestData constructor 2011-08-29 06:49:07 +02:00
qtestelement.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestelement_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestelementattribute.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestelementattribute_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestevent.h testlib: Remove widgets dependency when only using gui 2011-09-21 08:24:11 +02:00
qtestevent.qdoc Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtesteventloop.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtestkeyboard.h Correctly handle null windows or widgets in keyClick() 2011-10-31 09:55:07 +01:00
qtestlog.cpp Added -datatags option to QTestLib 2011-11-04 19:23:33 +01:00
qtestlog_p.h Added -datatags option to QTestLib 2011-11-04 19:23:33 +01:00
qtestmouse.h Propagate QTest::mouseEvent keyboard modifiers. 2011-11-10 03:09:58 +01:00
qtestresult.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtestresult_p.h Remove mode parameter from QTestLog::addSkip(). 2011-08-29 06:48:03 +02:00
qtestspontaneevent.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtestsystem.h Make QTest::qWait() handle DeferredDelete event 2011-11-15 04:32:20 +01:00
qtesttable.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qtesttable_p.h Update licenseheader text in source files for qtbase Qt module 2011-05-24 12:34:08 +03:00
qtesttouch.h Prevent timestamps in widgets' touch events from disappearing 2011-11-04 20:48:19 +01:00
qtestxunitstreamer.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qtestxunitstreamer_p.h Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qxmltestlogger.cpp Make testlib use #include consistently. 2011-10-21 02:52:01 +02:00
qxmltestlogger_p.h Pass log file name when constructing loggers. 2011-09-05 06:33:07 +02:00
qxunittestlogger.cpp Make some qtestlib headers private. 2011-10-23 10:24:50 +02:00
qxunittestlogger_p.h testlib: Fix header guard files 2011-10-04 09:30:04 +02:00
testlib.pro Testlib: Remove remains of qpa. 2011-11-02 08:18:12 +01:00