- added and tested id_payload_t
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user