Add additional unit tests for key file generation

This commit is contained in:
Janek Bevendorff
2017-12-27 01:11:46 +01:00
parent 901bf62213
commit 60b3037e4a
2 changed files with 46 additions and 23 deletions

View File

@@ -31,6 +31,8 @@ private slots:
void testFileKey();
void testFileKey_data();
void testCreateFileKey();
void testCreateAndOpenFileKey();
void testFileKeyHash();
void testFileKeyError();
void benchmarkTransformKey();
};