/* SPDX-FileCopyrightText: 2014-2022 Laurent Montel SPDX-License-Identifier: GPL-2.0-only */ #pragma once #include class MDNStateAttributeTest : public QObject { Q_OBJECT public: explicit MDNStateAttributeTest(QObject *parent = nullptr); ~MDNStateAttributeTest() override; private Q_SLOTS: void shouldHaveDefaultValue(); void shouldHaveType(); void shouldSerializedAttribute(); void shouldCloneAttribute(); };