- added payload CERT
- cleaned code of different states - added additional notify handling
This commit is contained in:
@@ -105,4 +105,14 @@ void test_parser_with_auth_payload(tester_t *tester);
|
||||
*/
|
||||
void test_parser_with_ts_payload(tester_t *tester);
|
||||
|
||||
/**
|
||||
* @brief Test function used to test the parser_t functionality when
|
||||
* parsing a CERT payload.
|
||||
*
|
||||
* @param tester associated tester_t object
|
||||
*
|
||||
* @ingroup testcases
|
||||
*/
|
||||
void test_parser_with_cert_payload(tester_t *tester);
|
||||
|
||||
#endif /*PARSER_TEST_H_*/
|
||||
|
||||
Reference in New Issue
Block a user