summaryrefslogtreecommitdiffstats
path: root/tests/auto/concurrent/qtconcurrentfiltermapgenerated/tst_qtconcurrentfiltermapgenerated.h
blob: e1c1a8070ad0d373a02f724c64df3ee4e8396d6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
#include <qtconcurrentfilter.h>
#include <qtconcurrentmap.h>
#include <QTest>

#include "generation_helpers.h"

using namespace QtConcurrent;

class tst_QtConcurrentFilterMapGenerated : public QObject
{
    Q_OBJECT

private slots:
    void mapReduceThroughDifferentTypes();
    void moveOnlyFilterObject();
    void moveOnlyMapObject();
    void moveOnlyReduceObject();
    void functorAsReduction();
    void moveOnlyReductionItem();
    void noDefaultConstructorItemMapped();
    void noDefaultConstructorItemFiltered();
    // START_GENERATED_SLOTS (see generate_tests.py)
    void test1();
    // END_GENERATED_SLOTS (see generate_tests.py)
};