File indexing completed on 2024-09-15 06:25:39
0001 /* 0002 File : MatrixTest.h 0003 Project : LabPlot 0004 Description : Tests for the Matrix 0005 -------------------------------------------------------------------- 0006 SPDX-FileCopyrightText: 2022 Stefan Gerlach <stefan.gerlach@uni.kn> 0007 0008 SPDX-License-Identifier: GPL-2.0-or-later 0009 */ 0010 0011 #ifndef MATRIXTEST_H 0012 #define MATRIXTEST_H 0013 0014 #include "../CommonTest.h" 0015 0016 class MatrixTest : public CommonTest { 0017 Q_OBJECT 0018 0019 private Q_SLOTS: 0020 0021 // TODO: see Spreadsheet for things to test 0022 }; 0023 0024 #endif