Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/TestGroup.h')
-rw-r--r--tests/TestGroup.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/TestGroup.h b/tests/TestGroup.h
index 9fd5c2efd..dbe5d6f4d 100644
--- a/tests/TestGroup.h
+++ b/tests/TestGroup.h
@@ -45,6 +45,10 @@ private slots:
void testIsRecycled();
void testCopyDataFrom();
void testEquals();
+ void testChildrenSort();
+ void testHierarchy();
+ void testApplyGroupIconRecursively();
+ void testUsernamesRecursive();
};
#endif // KEEPASSX_TESTGROUP_H