diff options
Diffstat (limited to 'sigcore/test/TestHat.cpp')
| -rw-r--r-- | sigcore/test/TestHat.cpp | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/sigcore/test/TestHat.cpp b/sigcore/test/TestHat.cpp index 78d39f25..215744a7 100644 --- a/sigcore/test/TestHat.cpp +++ b/sigcore/test/TestHat.cpp @@ -15,26 +15,12 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -// Sigcore includes -#include "../Hat.h" +// Header include +#include "TestHat.h" // Qt includes #include <QtTest/QTest> -class TestHat : public QObject -{ - Q_OBJECT - - private slots: - void initTestCase(); - void pick(); - void take(); - void takeAndClear(); - void setCount(); - void add(); - void chance(); -}; - void TestHat::initTestCase() { qsrand(QDateTime::currentDateTime().toTime_t()); |
