aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/catch
Commit message (Expand)AuthorAgeFilesLines
* AutoTests: Some code cosmeticshjk2025-04-102-6/+4
* Utils: Simplify FilePath::relativePathFromhjk2025-03-041-1/+1
* Change RawProjectPart::projectFile to FilePathAndrii Semkiv2024-09-161-1/+1
* Autotest: Replace occurrences of FilePath::toStringAndrii Semkiv2024-09-062-4/+5
* AutoTest: Handle durations for Catch2Christian Stenger2024-08-293-1/+13
* AutoTest: Fix bugs on catch2 fixtureAurele Faure2024-02-293-24/+18
* Fix setEnabler / readSettings orderMarcus Tillmanns2023-11-071-5/+8
* Test: Avoid some Id::withSuffix callshjk2023-08-161-1/+1
* AutoTest: De-virtualize some propertieshjk2023-07-142-20/+4
* AutoTest: Use new approach for settingsChristian Stenger2023-07-131-1/+1
* AutoTest: Merge settings and tools hierarchies [2/2]hjk2023-07-124-4/+4
* CppEditor: Make a few CppModelManager functions statichjk2023-07-122-16/+10
* AutoTest: Merge settings and tools hierarchies [1/2]hjk2023-07-126-96/+85
* Autotest: Adapt to changed settings access pattern againhjk2023-07-101-1/+1
* AutoTest: Improve QRegularExpression usagesChristian Stenger2023-07-042-7/+7
* Autotest: Fix UI text capitalization and punctuationLeena Miettinen2023-06-191-4/+4
* Autotest: Use new aspect constructorhjk2023-05-252-32/+16
* Core: Even terser layout setup for option pageshjk2023-05-191-5/+3
* AutoTests: Aspectify parts of main settingshjk2023-05-121-2/+1
* AutoTest: Some layout polishingChristian Stenger2023-05-121-2/+2
* Core: Make PagedSettings autoapply by default in the basehjk2023-05-111-4/+1
* Autotest: Use new PagedSettingshjk2023-05-113-53/+31
* AutoTest: Remove layout hack from CatchTestSettings pagehjk2023-05-101-6/+0
* Utils: Rename QtcProcess -> ProcessJarek Kobus2023-05-044-4/+4
* AutoTest: Fix missing includesChristian Stenger2023-03-021-0/+1
* ProjectExplorer: Move some not-fully-session related bitshjk2023-03-011-7/+9
* Autotest: Use QPromise for async callsJarek Kobus2023-02-272-3/+3
* TestRunner: Reuse TaskTreeJarek Kobus2023-02-034-15/+8
* AutoTest: Use using namespace Utils more oftenJarek Kobus2023-01-275-17/+23
* AutoTest: Use TestResult as value typeJarek Kobus2023-01-276-39/+32
* TestResult: Devirtualize the class - part 4 of 5Jarek Kobus2023-01-251-2/+2
* TestResult: Devirtualize the class - part 3 of 5Jarek Kobus2023-01-232-25/+29
* TestResult: Devirtualize the class - part 2 of 5Jarek Kobus2023-01-202-25/+24
* TestResult: Make createIntermediateResultFor() a const methodJarek Kobus2023-01-203-8/+6
* AutoTest: Rename outputReader() into createOutputReader()Jarek Kobus2023-01-182-4/+4
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-0616-16/+16
* CPlusPlus: Return FilePaths from Document::includedFilehjk2022-11-251-1/+1
* CPlusPlus: Proliferate FilePath usehjk2022-11-221-5/+5
* AutoTest: Log info messages as wellChristian Stenger2022-11-081-2/+7
* AutoTest: Fix Catch2 output handlingChristian Stenger2022-11-071-1/+16
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* AutoTest: Report exceptions when running Catch2 testsChristian Stenger2022-09-071-1/+8
* Use SPDX license identifiersLucie Gérard2022-08-2616-372/+32
* Autotest: Convert to Tr::trhjk2022-08-016-42/+41
* Utils: Introduce Layouting::{br,st}hjk2022-07-251-11/+10
* AutoTest: Fix catch2 parsing when using prefixed commandsChristian Stenger2022-06-162-13/+17
* AutoTest: Fix handling of test cases with commaChristian Stenger2022-06-162-2/+4
* AutoTest: Use QtcProcess for test runnerChristian Stenger2022-06-144-4/+6
* AutoTest: Unify framework and tool namingChristian Stenger2022-06-102-1/+7
* Merge CppTools into CppEditorChristian Kandeler2021-09-012-10/+10