File indexing completed on 2024-05-19 03:50:39

0001 /*
0002     File                 : InfoElementTest.h
0003     Project              : LabPlot
0004     Description          : Tests for InfoElement
0005     --------------------------------------------------------------------
0006     SPDX-FileCopyrightText: 2023 Martin Marmsoler <martin.marmsoler@gmail.com>
0007 
0008  SPDX-License-Identifier: GPL-2.0-or-later
0009 */
0010 
0011 #ifndef INFOELEMENTTEST_H
0012 #define INFOELEMENTTEST_H
0013 
0014 #include "../../CommonTest.h"
0015 
0016 class InfoElementTest : public CommonTest {
0017     Q_OBJECT
0018 
0019 private Q_SLOTS:
0020 
0021     void addPlot();
0022     void addRemoveCurve();
0023 };
0024 
0025 #endif // INFOELEMENTTEST_H