- implemented and tested cp_payload_t

This commit is contained in:
Jan Hutter
2005-12-05 18:16:39 +00:00
parent f673471b10
commit 7ba3f707df
16 changed files with 1178 additions and 3 deletions
+11
View File
@@ -145,4 +145,15 @@ void test_parser_with_delete_payload(tester_t *tester);
*/
void test_parser_with_vendor_id_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
* parsing a CP payload.
*
* @param tester associated tester_t object
*
* @ingroup testcases
*/
void test_parser_with_cp_payload(tester_t *tester);
#endif /*PARSER_TEST_H_*/