aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/vcpkg/vcpkg_test.h
blob: 8175e28d594ab17c10b296fec99dc7ed8eed6909 (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
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

#pragma once

#include <coreplugin/dialogs/ioptionspage.h>
#include <utils/aspects.h>

namespace Vcpkg::Internal {

class VcpkgSearchTest : public QObject
{
    Q_OBJECT

public:
    VcpkgSearchTest(QObject *parent = nullptr);
    ~VcpkgSearchTest();

private slots:
    void testVcpkgJsonParser_data();
    void testVcpkgJsonParser();
};

} // namespace Vcpkg::Internal