diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 11:16:15 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 11:16:15 +0000 |
commit | 2326633550ee256c0dfda5dc2111811dc0877a58 (patch) | |
tree | 25f23c505383d649aa00ddbcaeabc9df249760ab /Source/charon/testcases/parser_test.h | |
parent | 0e96f7d8c3aefaa1717f4c30e66fdc459d3f2ecc (diff) | |
download | strongswan-2326633550ee256c0dfda5dc2111811dc0877a58.tar.bz2 strongswan-2326633550ee256c0dfda5dc2111811dc0877a58.tar.xz |
- added and tested auth_payload_t class
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r-- | Source/charon/testcases/parser_test.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index a80888fe8..e25e0356d 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -85,4 +85,14 @@ void test_parser_with_ke_payload(tester_t *tester); */ void test_parser_with_notify_payload(tester_t *tester); +/** + * @brief Test function used to test the parser_t functionality when + * parsing a AUTH payload. + * + * @param tester associated tester_t object + * + * @ingroup testcases + */ +void test_parser_with_auth_payload(tester_t *tester); + #endif /*PARSER_TEST_H_*/ |