aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testgitstorage.h
blob: d5f69fc654d7fb60611cc8d9a32696d5b2489499 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef TESTGITSTORAGE_H
#define TESTGITSTORAGE_H

#include <QTest>

class TestGitStorage : public QObject
{
	Q_OBJECT
private slots:
	void testSetup();
	void testGitStorageLocal();
	void testGitStorageCloud();
	void testGitStorageCloudOfflineSync();
	void testGitStorageCloudMerge();
	void testGitStorageCloudMerge2();
};

#endif // TESTGITSTORAGE_H