*/
void test_generator_with_ke_payload(tester_t *tester);
+/**
+ * @brief Test function used to test the generator with Notify payload
+ *
+ *
+ * @param tester associated tester object
+ */
+void test_generator_with_notify_payload(tester_t *tester);
+
#endif /*GENERATOR_TEST_H_*/