Add MockChallengeResponseKey and additional composite key component test

This commit is contained in:
Janek Bevendorff
2018-03-01 20:07:19 +01:00
committed by Jonathan White
parent 6f6a63f5e9
commit e6c19fdcb1
9 changed files with 178 additions and 16 deletions

View File

@@ -34,6 +34,7 @@ private slots:
void testCreateAndOpenFileKey();
void testFileKeyHash();
void testFileKeyError();
void testCompositeKeyComponents();
void benchmarkTransformKey();
};