summaryrefslogtreecommitdiff
path: root/tests/test-resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-resource.h')
-rw-r--r--tests/test-resource.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/test-resource.h b/tests/test-resource.h
index a5f617f..76ba5b4 100644
--- a/tests/test-resource.h
+++ b/tests/test-resource.h
@@ -19,7 +19,6 @@ public:
TestResource();
~TestResource();
-
private slots:
void init();
@@ -41,6 +40,14 @@ private slots:
void testCopyConstructor();
void testEqualsOperator();
+
+ void testHashFunctionWithCopies();
+ void testHashFunctionWithDifferentResources();
+ void testHashFunctionWithDifferentOptionality();
+ void testHashFunctionWithDifferentSharedness();
+ void testHashFunctionWithIdentical();
+
+ void testQSetOfResource();
};
#endif