diff options
Diffstat (limited to 'Source/charon/testcases/hasher_test.h')
-rw-r--r-- | Source/charon/testcases/hasher_test.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Source/charon/testcases/hasher_test.h b/Source/charon/testcases/hasher_test.h index 2c05f1125..634d9d504 100644 --- a/Source/charon/testcases/hasher_test.h +++ b/Source/charon/testcases/hasher_test.h @@ -1,7 +1,7 @@ /** * @file hasher_test.h * - * @brief Tests the hashers + * @brief Tests for the hasher_t classes. * */ @@ -29,16 +29,20 @@ #include <utils/tester.h> /** - * @brief Test function used to test the sha1-hasher functionality + * @brief Test function used to test the SHA1-hasher functionality. * * @param tester associated tester object + * + * @ingroup testcases */ void test_sha1_hasher(tester_t *tester); /** - * @brief Test function used to test the md5-hasher functionality + * @brief Test function used to test the Md5-hasher functionality. * * @param tester associated tester object + * + * @ingroup testcases */ void test_md5_hasher(tester_t *tester); |