- added and tested auth_payload_t class

This commit is contained in:
Jan Hutter
2005-11-29 11:16:15 +00:00
parent 0e96f7d8c3
commit 2326633550
14 changed files with 570 additions and 21 deletions
+10
View File
@@ -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_*/