diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 07:32:33 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 07:32:33 +0000 |
commit | ed37dee61daf5bb272c04b79787da282abaa9447 (patch) | |
tree | f90aff722903c276546a9a03a93f2996a60da4e2 /Source/charon/testcases/generator_test.h | |
parent | d0cc48e5ece245c70708e9da79c785ad460a6501 (diff) | |
download | strongswan-ed37dee61daf5bb272c04b79787da282abaa9447.tar.bz2 strongswan-ed37dee61daf5bb272c04b79787da282abaa9447.tar.xz |
- testcases added to module testcases
Diffstat (limited to 'Source/charon/testcases/generator_test.h')
-rw-r--r-- | Source/charon/testcases/generator_test.h | 42 |
1 files changed, 25 insertions, 17 deletions
diff --git a/Source/charon/testcases/generator_test.h b/Source/charon/testcases/generator_test.h index 1182d0380..64484abd4 100644 --- a/Source/charon/testcases/generator_test.h +++ b/Source/charon/testcases/generator_test.h @@ -1,7 +1,7 @@ /** * @file generator.h * - * @brief Tests to test the Generator class generator_t + * @brief Tests for the generator_t class. * */ @@ -26,67 +26,75 @@ #include <utils/tester.h> /** - * @brief Test function used to test the generator with header payload + * @brief Test function used to test the generator with header payload. * - * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_header_payload(tester_t *tester); /** - * @brief Test function used to test the generator with transform attribute payload - * + * @brief Test function used to test the generator with transform attribute payload. * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_transform_attribute(tester_t *tester); /** - * @brief Test function used to test the generator with transform substructure payload - * + * @brief Test function used to test the generator with transform substructure payload. * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_transform_substructure(tester_t *tester); /** - * @brief Test function used to test the generator with proposal substructure payload - * + * @brief Test function used to test the generator with proposal substructure payload. * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_proposal_substructure(tester_t *tester); /** - * @brief Test function used to test the generator with SA payload + * @brief Test function used to test the generator with SA payload. * - * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_sa_payload(tester_t *tester); /** - * @brief Test function used to test the generator with KE payload - * + * @brief Test function used to test the generator with KE payload. * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_ke_payload(tester_t *tester); /** - * @brief Test function used to test the generator with Notify payload - * + * @brief Test function used to test the generator with Notify payload. * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_notify_payload(tester_t *tester); /** - * @brief Test function used to test the generator with Nonce payload + * @brief Test function used to test the generator with Nonce payload. * - * * @param tester associated tester object + * + * @ingroup testcases */ void test_generator_with_nonce_payload(tester_t *tester); |