aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotestunittests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Autotest: Move unit plugin test creation closer to the tested codehjk2024-01-191-20/+50
* Autotest: Avoid using keys()Jarek Kobus2024-01-081-2/+2
* ProjectExplorer: Some more ToolChain->Toolchain renamingshjk2023-12-121-1/+1
* ProjectExplorer: Rename Tool{C,c}hainKitAspecthjk2023-11-271-1/+1
* ProjectExplorer: Rename ToolChain to Toolchainhjk2023-11-241-1/+1
* QtSupport: Rename qtkitinformation.{h,cpp} -> qtkitaspect.{h,cpp}hjk2023-08-151-1/+1
* ProjectExplorer: Rename kitinformation.{h,cpp} to kitaspects.{h,cpp}hjk2023-08-151-1/+1
* AutoTest: Use new approach for settingsChristian Stenger2023-07-131-4/+1
* AutoTest: Merge settings and tools hierarchies [2/2]hjk2023-07-121-3/+3
* AutoTest: Merge settings and tools hierarchies [1/2]hjk2023-07-121-2/+2
* Various Tests: Use typed connections in QSignalSpyJarek Kobus2023-02-271-8/+8
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-271-3/+3
* AutoTest: Add option to disable derived checksMarcus Tillmanns2023-01-231-0/+9
* AutoTest: Fix test compilationhjk2023-01-131-3/+3
* FilePathify some testing codehjk2023-01-131-18/+21
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* AutoTestUnitTests: Remove TestStringTable scenarioJarek Kobus2022-12-071-5/+0
* Various: Use qtcEnvironmentVariable* instead of qEnvironmentVariable*Eike Ziller2022-08-301-2/+4
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Autotest: Convert to Tr::trhjk2022-08-011-3/+1
* Remove unneeded includes of ApplicationLauncherJarek Kobus2021-11-101-0/+1
* Merge CppTools into CppEditorChristian Kandeler2021-09-011-9/+9
* CppTools: Use only const pointers for ProjectInfo and ProjectPartChristian Kandeler2021-08-271-1/+1
* CppTools: Turn some classes into pure value typesChristian Kandeler2021-08-131-12/+7
* Add a test for a crash in ModelManagerInterfaceJarek Kobus2021-06-221-3/+13
* Autotest: some FilePath::toFileInfo cleanupDavid Schulz2021-06-101-9/+10
* Fix execution of scenarioChristian Stenger2021-06-091-1/+4
* Add TestStringTable testJarek Kobus2021-06-071-0/+9
* AutoTest: Fix gtest detectionChristian Stenger2021-04-071-1/+2
* AutoTest: Fix some clazy warningsChristian Stenger2021-01-191-2/+2
* AutoTest: Clean up header messChristian Stenger2020-11-091-1/+1
* AutoTest: Fix compilation with Qt6hjk2020-08-201-1/+1
* Fix plugin unit tests when using projectsChristian Stenger2020-06-171-8/+15
* Merge remote-tracking branch 'origin/4.12'Eike Ziller2020-03-301-9/+20
|\
| * AutoTest: Fix flakyness of plugin testChristian Stenger2020-03-261-9/+20
* | ProjectExplorer: Introduce ToolChainKitAspect::{c,cxx}ToolChainhjk2020-02-191-2/+1
|/
* AutoTest: Fix handling of unnamed QuickTestsChristian Stenger2019-08-221-3/+3
* AutoTest: Fix parsing of multiple test cases in single qml fileChristian Stenger2019-07-301-4/+4
* AutoTest: Limit condition for test execution to LinuxChristian Stenger2019-06-251-2/+3
* AutoTest: Add unit test for parsing boost testsChristian Stenger2019-05-241-3/+59
* ProjectExplorer: Rename KitInformation to KitAspectChristian Kandeler2019-02-111-2/+2
* AutoTest: Code cosmeticsChristian Stenger2018-07-201-1/+1
* AutoTest: Handle sub-typed TestCases correctlyChristian Stenger2017-03-141-3/+3
* Remove spaces in initializer listsTim Jenssen2017-02-221-2/+2
* AutoTest: Modernize codeChristian Stenger2017-02-171-8/+8
* Replace some more occurrences of QStringList() << patternChristian Stenger2017-02-081-5/+4
* ProjectExplorer: Added support for registering custom languagesFilippo Cucchetto2017-01-231-1/+1
* AutoTest: Add test for derived Qt testsChristian Stenger2017-01-111-4/+4
* AutoTest: Always parse if plugin is enabledChristian Stenger2016-12-121-7/+0
* AutoTest: Modernize code a bitChristian Stenger2016-09-291-1/+1