From c81eb6e77ca17136ddff82fe93433007f9b93681 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 5 Dec 2005 18:56:22 +0000 Subject: - Implemented and tested eap_payload_t --- Source/charon/testcases/parser_test.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Source/charon/testcases/parser_test.h') diff --git a/Source/charon/testcases/parser_test.h b/Source/charon/testcases/parser_test.h index 1f9a79a3d..6532b9af4 100644 --- a/Source/charon/testcases/parser_test.h +++ b/Source/charon/testcases/parser_test.h @@ -155,5 +155,16 @@ void test_parser_with_vendor_id_payload(tester_t *tester); */ void test_parser_with_cp_payload(tester_t *tester); +/** + * @brief Test function used to test the parser_t functionality when + * parsing a EAP payload. + * + * @param tester associated tester_t object + * + * @ingroup testcases + */ +void test_parser_with_eap_payload(tester_t *tester); + + #endif /*PARSER_TEST_H_*/ -- cgit v1.2.3