= TestingReview/AceUnit = AceUnit is a simple unit testing framework based on CUnit and EmbUnit. + It conforms to JUnit 4.x architecture format, where it supports the concept of test suites, test fixtures, test cases, setup and cleanup functions. + It supports automatic test discovery. It has stringent test writing format in order to use the prewritten java application as Generator for test generation automation, which is very convenient. + It is well suited to work for RTEMS based and Host based tests. + It provides a macro for it to run under embedded environments with memory minimized, but not 100% functional.