- class transform_attribute fully tested and written

- generating of this type works!
This commit is contained in:
Jan Hutter
2005-11-14 13:51:49 +00:00
parent 353c317a15
commit f561c205e8
6 changed files with 328 additions and 5 deletions
+8
View File
@@ -33,4 +33,12 @@
*/
void test_generator_with_header_payload(tester_t *tester);
/**
* @brief Test function used to test the generator with transform attribute payload
*
*
* @param tester associated tester object
*/
void test_generator_with_transform_attribute(tester_t *tester);
#endif /*GENERATOR_TEST_H_*/