diff options
Diffstat (limited to 'Source/charon/testcases/parser_test.h')
-rw-r--r-- | Source/charon/testcases/parser_test.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index e25e0356d..11af67ae5 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -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_*/ |