- implemented and tested ts_payload_t

This commit is contained in:
Jan Hutter
2005-11-29 15:23:04 +00:00
parent 346af6f3de
commit 7da522ba73
18 changed files with 1391 additions and 15 deletions
+10
View File
@@ -95,4 +95,14 @@ void test_parser_with_notify_payload(tester_t *tester);
*/
void test_parser_with_auth_payload(tester_t *tester);
/**
* @brief Test function used to test the parser_t functionality when
* parsing a TS payload.
*
* @param tester associated tester_t object
*
* @ingroup testcases
*/
void test_parser_with_ts_payload(tester_t *tester);
#endif /*PARSER_TEST_H_*/