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
2ba6d31b
Commit
2ba6d31b
authored
Jun 02, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add more autotests
parent
e377ed0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
kmail/editorplugins/changecase/autotests/changecaseplugineditorinterfacetest.cpp
...ngecase/autotests/changecaseplugineditorinterfacetest.cpp
+8
-0
kmail/editorplugins/changecase/autotests/changecaseplugineditorinterfacetest.h
...hangecase/autotests/changecaseplugineditorinterfacetest.h
+2
-0
No files found.
kmail/editorplugins/changecase/autotests/changecaseplugineditorinterfacetest.cpp
View file @
2ba6d31b
...
...
@@ -30,4 +30,12 @@ ChangeCasePluginEditorInterfaceTest::~ChangeCasePluginEditorInterfaceTest()
}
void
ChangeCasePluginEditorInterfaceTest
::
shouldHaveDefaultValues
()
{
ChangeCasePluginEditorInterface
interface
;
QVERIFY
(
interface
.
hasPopupMenuSupport
());
QVERIFY
(
!
interface
.
hasConfigureDialog
());
QVERIFY
(
!
interface
.
hasToolBarSupport
());
}
QTEST_MAIN
(
ChangeCasePluginEditorInterfaceTest
)
kmail/editorplugins/changecase/autotests/changecaseplugineditorinterfacetest.h
View file @
2ba6d31b
...
...
@@ -26,6 +26,8 @@ class ChangeCasePluginEditorInterfaceTest : public QObject
public:
explicit
ChangeCasePluginEditorInterfaceTest
(
QObject
*
parent
=
Q_NULLPTR
);
~
ChangeCasePluginEditorInterfaceTest
();
private
Q_SLOTS
:
void
shouldHaveDefaultValues
();
};
#endif
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