qt5base-lts/src/testlib
Marc Mutz 3f652d578d QtTest: don't use double-underhanded identifiers
Identifiers that match _[A-Z_]* are reserved for use by std
implementations. Qt is not an implementation of the standard,
so it mustn't use such identifiers.

Use plain names for macro arguments and the qt_test_ prefix
for C++ variables declared in expansions of those macros.

Change-Id: I22be167e36676199a5b084df3f4c5ef86c89f000
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-09-29 13:28:31 +00:00
..
3rdparty
doc Doc: Change instances of '(Mac) OS X' to 'macOS' 2016-08-12 08:30:29 +00:00
qabstracttestlogger_p.h
qabstracttestlogger.cpp
qasciikey.cpp
qbenchmark_p.h QtTest: don't hold QBenchmarkResults in QList 2015-06-21 11:46:59 +00:00
qbenchmark.cpp
qbenchmark.h
qbenchmarkevent_p.h
qbenchmarkevent.cpp
qbenchmarkmeasurement_p.h
qbenchmarkmeasurement.cpp
qbenchmarkmetric_p.h
qbenchmarkmetric.cpp Fix some qdoc warnings. 2015-09-07 11:58:04 +00:00
qbenchmarkmetric.h
qbenchmarkperfevents_p.h
qbenchmarkperfevents.cpp
qbenchmarkvalgrind_p.h
qbenchmarkvalgrind.cpp
qcsvbenchmarklogger_p.h
qcsvbenchmarklogger.cpp
qplaintestlogger_p.h
qplaintestlogger.cpp
qsignaldumper_p.h
qsignaldumper.cpp
qsignalspy.h QSignalSpy: Improve warning about unregistered parameter types. 2015-11-25 20:49:42 +00:00
qsignalspy.qdoc
Qt5TestConfigExtras.cmake.in Fix QFINDTESTDATA when using cmake ninja generator 2016-03-19 13:44:21 +00:00
qtest_global.h
qtest_gui.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtest_widgets.h
qtest.h Testlib: Replace QString::arg() formatting by snprintf() 2016-07-08 05:06:32 +00:00
qtestaccessible.h QtBase: remove explicit function info from qWarning() etc 2015-11-28 16:34:26 +00:00
qtestassert.h
qtestblacklist_p.h Testlib: Export blacklist functions 2015-06-08 10:54:35 +00:00
qtestblacklist.cpp Improve documentation of BLACKLIST file format. 2016-05-25 11:17:28 +00:00
qtestcase.cpp QTestLib: Disable window state restore on macOS 2016-08-18 08:46:25 +00:00
qtestcase.h QtTest: don't use double-underhanded identifiers 2016-09-29 13:28:31 +00:00
qtestcoreelement_p.h
qtestcorelist_p.h
qtestdata.cpp
qtestdata.h
qtestelement_p.h
qtestelement.cpp
qtestelementattribute_p.h
qtestelementattribute.cpp
qtestevent.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestevent.qdoc
qtesteventloop.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestkeyboard.h BIC: Rename back symbol that was mistakenly thought to be private 2016-02-02 19:22:55 +00:00
qtestlog_p.h Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qtestlog.cpp Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qtestmouse.cpp QTestLib: Move lastButton member into implementation 2015-06-02 21:55:54 +00:00
qtestmouse.h QTest::mouseEvent expects window-local coordinates. 2015-11-17 15:30:40 +00:00
qtestresult_p.h
qtestresult.cpp Testlib: Avoid formatting unneeded messages. 2015-10-30 21:28:20 +00:00
qtestspontaneevent.h QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous() 2016-03-07 16:13:33 +00:00
qtestsystem.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtesttable_p.h
qtesttable.cpp Cleanup memory owned by QTestTablePrivate 2015-12-30 10:02:48 +00:00
qtesttouch.h QtTestLib: Use Q_NULLPTR instead of 0 in all public headers 2015-07-06 12:46:26 +00:00
qtestutil_macos_p.h QTestLib: Disable window state restore on macOS 2016-08-18 08:46:25 +00:00
qtestutil_macos.mm QTestLib: Disable window state restore on macOS 2016-08-18 08:46:25 +00:00
qtestxunitstreamer_p.h
qtestxunitstreamer.cpp
qxctestlogger_p.h Add XCTest logger backend to QtTestLib 2015-03-27 16:53:43 +00:00
qxctestlogger.mm testlib: fix compile error with macosx10.8 2015-06-22 12:03:57 +00:00
qxmltestlogger_p.h Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qxmltestlogger.cpp Testlib: Output function / total time along with crash dump. 2015-10-13 16:38:43 +00:00
qxunittestlogger_p.h
qxunittestlogger.cpp
testlib.pro QTestLib: Disable window state restore on macOS 2016-08-18 08:46:25 +00:00