aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/generator_test.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-29 15:23:04 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-29 15:23:04 +0000
commit7da522ba73ed0a42445c1fb48efa18a85338b600 (patch)
tree3080e0997aecf127647e419605a24dfd69a2891c /Source/charon/testcases/generator_test.h
parent346af6f3de4735b2c7c8b6abf824bd0258c4be6c (diff)
downloadstrongswan-7da522ba73ed0a42445c1fb48efa18a85338b600.tar.bz2
strongswan-7da522ba73ed0a42445c1fb48efa18a85338b600.tar.xz
- implemented and tested ts_payload_t
Diffstat (limited to 'Source/charon/testcases/generator_test.h')
-rw-r--r--Source/charon/testcases/generator_test.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/charon/testcases/generator_test.h b/Source/charon/testcases/generator_test.h
index c0f2a6206..34c054a82 100644
--- a/Source/charon/testcases/generator_test.h
+++ b/Source/charon/testcases/generator_test.h
@@ -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_*/