Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
KDE PIM Add-ons
Commits
fe463669
Commit
fe463669
authored
Feb 22, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more autotest
parent
7b656c38
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
plugins/messageviewerwebengineurlinterceptor/adblock/autotests/adblockpluginurlinterceptortest.cpp
...tor/adblock/autotests/adblockpluginurlinterceptortest.cpp
+31
-0
plugins/messageviewerwebengineurlinterceptor/adblock/autotests/adblockpluginurlinterceptortest.h
...eptor/adblock/autotests/adblockpluginurlinterceptortest.h
+14
-0
No files found.
plugins/messageviewerwebengineurlinterceptor/adblock/autotests/adblockpluginurlinterceptortest.cpp
0 → 100644
View file @
fe463669
/*
Copyright (c) 2016 Montel Laurent <montel@kde.org>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License, version 2, as
published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "adblockpluginurlinterceptortest.h"
#include <QTest>
AdblockPluginUrlInterceptorTest
::
AdblockPluginUrlInterceptorTest
(
QObject
*
parent
)
:
QObject
(
parent
)
{
}
AdblockPluginUrlInterceptorTest
::~
AdblockPluginUrlInterceptorTest
()
{
}
QTEST_MAIN
(
AdblockPluginUrlInterceptorTest
)
plugins/messageviewerwebengineurlinterceptor/adblock/autotests/adblockpluginurlinterceptortest.h
0 → 100644
View file @
fe463669
#ifndef ADBLOCKPLUGINURLINTERCEPTORTEST_H
#define ADBLOCKPLUGINURLINTERCEPTORTEST_H
#include <QObject>
class
AdblockPluginUrlInterceptorTest
:
public
QObject
{
Q_OBJECT
public:
explicit
AdblockPluginUrlInterceptorTest
(
QObject
*
parent
=
Q_NULLPTR
);
~
AdblockPluginUrlInterceptorTest
();
};
#endif // ADBLOCKPLUGINURLINTERCEPTORTEST_H
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment