- 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
+9
View File
@@ -116,5 +116,14 @@ void test_generator_with_id_payload(tester_t *tester);
*/
void test_generator_with_auth_payload(tester_t *tester);
/**
* @brief Test function used to test the generator with TS payload.
*
* @param tester associated tester_t object
*
* @ingroup testcases
*/
void test_generator_with_ts_payload(tester_t *tester);
#endif /*GENERATOR_TEST_H_*/