aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/generator_test.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-14 17:23:24 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-14 17:23:24 +0000
commit800b308c2a10fcc0f39d5bf99919b0040354b2f6 (patch)
tree54a77a538d2e20a5376d1a93ca826f3c7ffdfc34 /Source/charon/testcases/generator_test.h
parent67978e0b4f804be742952b2b7a87c7fa3945e0cd (diff)
downloadstrongswan-800b308c2a10fcc0f39d5bf99919b0040354b2f6.tar.bz2
strongswan-800b308c2a10fcc0f39d5bf99919b0040354b2f6.tar.xz
test for proposal substructure written
Diffstat (limited to 'Source/charon/testcases/generator_test.h')
-rw-r--r--Source/charon/testcases/generator_test.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/charon/testcases/generator_test.h b/Source/charon/testcases/generator_test.h
index 7031dae93..faf9286e4 100644
--- a/Source/charon/testcases/generator_test.h
+++ b/Source/charon/testcases/generator_test.h
@@ -50,5 +50,13 @@ void test_generator_with_transform_attribute(tester_t *tester);
*/
void test_generator_with_transform_substructure(tester_t *tester);
+/**
+ * @brief Test function used to test the generator with proposal substructure payload
+ *
+ *
+ * @param tester associated tester object
+ */
+void test_generator_with_proposal_substructure(tester_t *tester);
+
#endif /*GENERATOR_TEST_H_*/