aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cpptools/cpptoolsplugin.h
diff options
context:
space:
mode:
authorOrgad Shaneh <[email protected]>2014-01-20 09:20:08 +0200
committerOrgad Shaneh <[email protected]>2014-01-21 11:07:49 +0100
commitf506104f2915793c3e94e2b533f0acba9a34958b (patch)
treedc9675a818cfe21b0818b34a68873108edc29987 /src/plugins/cpptools/cpptoolsplugin.h
parent0f4e3c356a9931a984242c55daf0c8d703882f42 (diff)
CppTools: Cleanup header/source test
Dynamically create data files in tempPath and clean them up when finished. Change-Id: Ie78f557b185b264acc0d0f5814646c203d8a93f4 Reviewed-by: Petar Perisin <[email protected]> Reviewed-by: Erik Verbruggen <[email protected]>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsplugin.h')
-rw-r--r--src/plugins/cpptools/cpptoolsplugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsplugin.h b/src/plugins/cpptools/cpptoolsplugin.h
index c5d573e1cb9..d99fcb738b7 100644
--- a/src/plugins/cpptools/cpptoolsplugin.h
+++ b/src/plugins/cpptools/cpptoolsplugin.h
@@ -77,6 +77,10 @@ public slots:
private slots:
#ifdef WITH_TESTS
+ // Init/Cleanup methods implemented in cppheadersource_test.cpp
+ void initTestCase();
+ void cleanupTestCase();
+
void test_codegen_public_in_empty_class();
void test_codegen_public_in_nonempty_class();
void test_codegen_public_before_protected();