From 9808d18fa6cd19400f08897014a9948f168927df Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Mon, 9 Jul 2018 20:19:30 +0200 Subject: AdBlock rule testing --- test/urlfilter/adblocktest.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 test/urlfilter/adblocktest.h (limited to 'test/urlfilter/adblocktest.h') 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 +class AdBlockTest : public QObject +{ + Q_OBJECT + +private slots: + void blockByAddressPart(); + void blockByDomain(); + void blockExactAddress(); +}; + +#endif // ADBLOCKTEST_H -- cgit v1.2.1