wiki:Projects/GSoC/TestingReview/AceUnit

Version 3 (modified by Xiaochen Pan, on 07/07/12 at 01:11:02) (diff)

moved AceUnit to TestingReview/AceUnit

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 also have the Test Runner to run the well structured tests(suites-fixtures-cases) automatically. It is well suited to work for RTEMS based and Host based testing.

+ It provides a macro for it to run under embedded environments with memory minimized, but not 100% functional.