- added and tested id_payload_t

This commit is contained in:
Jan Hutter
2005-11-29 09:57:22 +00:00
parent a0753941e1
commit db6e764580
13 changed files with 182 additions and 12 deletions
+10
View File
@@ -55,6 +55,16 @@ void test_parser_with_sa_payload(tester_t *tester);
*/
void test_parser_with_nonce_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
* parsing a ID payload.
*
* @param tester associated tester_t object
*
* @ingroup testcases
*/
void test_parser_with_id_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
* parsing a ke payload.