wiki:Projects/GSoC/TestingReview/AceUnit

Version 5 (modified by Xiaochen Pan, on 07/08/12 at 05:10:32) (diff)

TestingReview/AceUnit

General Comparison

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.

RTEMS-based Test Result