Changes between Initial Version and Version 1 of Projects/GSoC/TestingReview/AceUnit


Ignore:
Timestamp:
07/06/12 23:45:06 (12 years ago)
Author:
Xiaochen Pan
Comment:

Created page with "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, ..."

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/TestingReview/AceUnit

    v1 v1  
     1= TestingReview/AceUnit =
     2
     3
     4AceUnit 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. Although it have provided a macro for tests to run in embedded fields, it is not 100% functional.