aboutsummaryrefslogtreecommitdiff
path: root/test/urlfilter/adblocktest.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/urlfilter/adblocktest.h')
-rw-r--r--test/urlfilter/adblocktest.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/urlfilter/adblocktest.h b/test/urlfilter/adblocktest.h
new file mode 100644
index 0000000..a7b9f12
--- /dev/null
+++ b/test/urlfilter/adblocktest.h
@@ -0,0 +1,15 @@
+#ifndef ADBLOCKTEST_H
+#define ADBLOCKTEST_H
+
+#include <QObject>
+class AdBlockTest : public QObject
+{
+ Q_OBJECT
+
+private slots:
+ void blockByAddressPart();
+ void blockByDomain();
+ void blockExactAddress();
+};
+
+#endif // ADBLOCKTEST_H