qt6-bb10/src/testlib
Lars Knoll e7e7540aec Deprecate int based convert/canConvert
Better to provide the correct meta type to convert to.

Change-Id: I8e0d46e4ba482186201c157e302c03874bd38e7b
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-08-24 00:19:18 +02:00
..
3rdparty
doc Doc: Mention no_testcase_installs which can be used to prevent install 2020-08-20 09:01:28 +02:00
.prev_CMakeLists.txt CMake: Regenerate projects after .pro files were modified 2020-04-03 16:05:29 +02:00
CMakeLists.txt CMake: Properly handle CONFIG += thread aka Threads::Threads 2020-08-06 19:15:39 +02:00
configure.cmake CMake: Regenerate configure.cmake files to get reports 2020-03-09 23:09:02 +01:00
configure.json Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind' 2019-05-28 17:20:00 +09:00
qabstractitemmodeltester.cpp Close memory leak in QTestLib support for item model testing 2020-05-12 09:08:12 +02:00
qabstractitemmodeltester.h
qabstracttestlogger.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qabstracttestlogger_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qappletestlogger.cpp Apple test logger: Handle test log messages without a context 2019-03-26 19:15:26 +00:00
qappletestlogger_p.h Apple test logger: Handle test log messages without a context 2019-03-26 19:15:26 +00:00
qasciikey.cpp
qbenchmark.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmark.h
qbenchmark_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qbenchmarkevent.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qbenchmarkevent_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qbenchmarkmeasurement.cpp
qbenchmarkmeasurement_p.h QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmarkmetric.cpp
qbenchmarkmetric.h
qbenchmarkmetric_p.h
qbenchmarkperfevents.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qbenchmarkperfevents_p.h QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmarktimemeasurers_p.h
qbenchmarkvalgrind.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qbenchmarkvalgrind_p.h Replace QTESTLIB_USE_VALGRIND with a new feature 'valgrind' 2019-05-28 17:20:00 +09:00
qcsvbenchmarklogger.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qcsvbenchmarklogger_p.h
qjunittestlogger.cpp testlib: Add start time and test duration to JUnit XML 2020-07-24 00:52:01 +02:00
qjunittestlogger_p.h testlib: Track current test suite in JUnit test logger 2020-07-22 23:23:32 +02:00
qplaintestlogger.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qplaintestlogger_p.h
qsignaldumper.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
qsignaldumper_p.h testlib: Defer signal dumper start until tests are ready to run 2020-07-22 23:23:16 +02:00
qsignalspy.h Remove QVariant(int type, void *data, ...) constructor 2020-08-15 10:56:29 +02:00
qsignalspy.qdoc Doc: Correct non-link related qdoc compilation errors 2020-01-14 16:38:48 +00:00
qt_cmdline.cmake CMake: Re-implement configure/qmake's command line handling in CMake 2020-08-17 08:08:20 +02:00
qtaptestlogger.cpp QTestLib: Fix class declarations/structure 2019-07-11 14:42:04 +02:00
qtaptestlogger_p.h Remove unnecessary ; after function implementations 2020-07-06 11:46:39 +02:00
qteamcitylogger.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qteamcitylogger_p.h
qtest.h Deprecate int based convert/canConvert 2020-08-24 00:19:18 +02:00
qtest_gui.h QTestlib: Check compared images for device pixel ratio 2019-07-09 20:15:34 +02:00
qtest_network.h
qtest_widgets.h
qtestaccessible.h QTestLib: Replace typedef by 'using' 2019-06-29 21:51:15 +02:00
qtestassert.h
qtestblacklist.cpp CMake: Add "cmake" keyword for test blacklisting 2020-07-01 14:55:26 +02:00
qtestblacklist_p.h
qtestcase.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
qtestcase.h Port Q_STATIC_ASSERT(_X) to static_assert 2020-06-19 19:38:23 +02:00
qtestcase.qdoc QTestlib: Enable comparing QList against initializer lists/arrays 2020-07-21 22:01:20 +02:00
qtestcoreelement_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestcorelist_p.h
qtestdata.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
qtestdata.h
qtestelement.cpp QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestelement_p.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtestelementattribute.cpp testlib: Add start time and test duration to JUnit XML 2020-07-24 00:52:01 +02:00
qtestelementattribute_p.h testlib: Add start time and test duration to JUnit XML 2020-07-24 00:52:01 +02:00
qtestevent.h Use Q_DECL_UNUSED_MEMBER instead of Q_UNUSED 2020-07-06 11:29:39 +02:00
qtestevent.qdoc
qtesteventloop.h QTestLib: Use member initialization 2019-07-11 14:40:29 +02:00
qtesthelpers_p.h
qtestjunitstreamer.cpp testlib: Output JUnitXML attributes in right order 2020-07-24 00:51:54 +02:00
qtestjunitstreamer_p.h testlib: Clarify that our XUnit reporter is actually a JUnit reporter 2020-02-03 13:48:25 +01:00
qtestkeyboard.h QShortcut: Properly port to the new configure system 2019-10-25 12:12:39 +02:00
qtestlog.cpp Use QList instead of QVector in qtbase 2020-07-07 11:48:45 +02:00
qtestlog_p.h testlib: Make testlogs enumerable and printable 2020-02-10 15:06:06 +01:00
qtestmouse.cpp
qtestmouse.h Refactor pointer event hierarchy 2020-07-10 14:32:56 +02:00
qtestresult.cpp QTestLib: Speed up QCOMPARE for QString 2019-08-01 13:51:23 +02:00
qtestresult_p.h QTestLib: Speed up QCOMPARE for QString 2019-08-01 13:51:23 +02:00
qtestspontaneevent.h Cleanup qtestspontaneevent.h for Qt 6 2020-07-06 09:30:22 +00:00
qtestsystem.h
qtesttable.cpp QTestLib: Introduce nullptr 2019-07-11 14:41:50 +02:00
qtesttable_p.h
qtesttouch.h Refactor pointer event hierarchy 2020-07-10 14:32:56 +02:00
qtestutil_macos.mm testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00
qtestutil_macos_p.h testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00
qttestglobal.h
qxctestlogger.mm macOS: Remove all use of deprecated Q_OS_OSX define 2020-04-03 13:44:37 +02:00
qxctestlogger_p.h
qxmltestlogger.cpp QTestLib: Fix various clang warnings 2019-07-29 20:43:26 +02:00
qxmltestlogger_p.h
selfcover.cmake CMake: Enable testlib selftests 2020-03-18 16:28:30 +01:00
selfcover.pri
testlib.pro testlib: Be more selective in choosing to show stacktraces on macOS 2020-02-06 23:42:55 +01:00