- Implemented and tested eap_payload_t
This commit is contained in:
@@ -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_*/
|
||||
|
||||
Reference in New Issue
Block a user